blob: bc1bb69d6b10fab619e53713aaf37d7a672f6709 [file] [log] [blame]
class Upper {
class Foo {
def x = 4
def abr() {
print <selection>Foo.this</selection>.x
}
}
}