blob: 10b15dc24c22c7aa14cf22d8ee2988d3a661f967 [file] [log] [blame]
class Foo {
def f
def foo() {
def a = 5;
f = a + 5
print f<caret>
}
}