blob: cd008f7954fc9ea87b5ac2d3848d72f703ff98c3 [file] [log] [blame]
class AAA {
int t
AAA(Map m) {}
}
class BBB extends AAA {
BBB() {
super(<ref>t: "")
}
}