blob: b7589f934c290616f3611f44f0cd58d26fc24c61 [file] [log] [blame]
class ForVariable {
def foo = {
for (def i = 0, j = 0;;) {
def e = <ref>j
}
}
}