blob: c170857e06511e120674d21113fe27b9f1fe08d4 [file] [log] [blame]
class A {
def pty
}
class B {
def pty
B() {
new A().with {
this.p<ref>ty = pty
}
}
}