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