blob: 1c70e39e93f9f30bdc15fd4709d4ccf7fbd95e1e [file] [log] [blame]
class X {
def foo(int x) {
1.each {
x = 2
int i = 3
}
}
}