blob: cfb9418ed4317139cb5156e72da207aa49e41156 [file] [log] [blame]
class Bar {
def abc
def foo() {
def abc
def x = {
def owner
println "hello"
}
println x
}
}