blob: e7d893fe5383d15e0e8e8796ab8629dff07c437d [file] [log] [blame]
class Cl1 {
void f() {
print "in f1"
}
void g() {
int y
{x->
<selection>def t = x
t = y
t = owner.f()</selection>
}.call()
}
}
-----
input:
x
owner
output: