blob: a467f69a998d47d070586d71f31f58978cc5900a [file] [log] [blame]
class X {
def foo = {int x->
1.each {
x = 2
int i = 3
}
}
}