blob: ca5c848b42564d5cf50efb1c829a5aa135295046 [file] [log] [blame]
class Bar {
static int x = 5
def foo() {
print <selection>x + 2</selection>
}
static def bar() {
print x + 2
}
}