blob: 10049497532f2f0042134565a5cd9e05a3b22a13 [file] [log] [blame]
class X {
def prop
def foo(def arg) {
return this
}
}
new X().foo "a" pro<ref>p