blob: cc6d44dbc02b91b2a75e72d5b96800efc2f8cb9b [file] [log] [blame]
class AAA {
<caret>AAA(Map m) {}
AAA() {
this(t : "")
new AAA(new HashMap())
}
}