blob: 0f42ef889532b232ce51aa1522214cf4eb7862de [file] [log] [blame]
class Foo {
def bar = 5
final f = bar + 5
def foo() {
print f<caret>
}
}