blob: f02441739c6a66f2f0103f605179018af188fe93 [file] [log] [blame]
class X {
def foo() {
def ad = 6
print <selection>ad</selection>
print ad
print "abc"
print 5
}
}