blob: b3b3442c71b7080785be6fc45e10c91ede7cb025 [file] [log] [blame]
class A {
def foo() {
print <selection>"a"</selection>
}
def bar() {
def CONST = 2
print "a"
}
}