blob: af3e8ae9ed00ad043380ac30b4bd42af4bfc737e [file] [log] [blame]
class ForVariable {
def foo = {
for (i in is) {
def e = <ref>i
}
}
}