blob: ea5f4c9729da2af9daf3d49b05766b42b10a5483 [file] [log] [blame]
class C {
C(int i) {}
C(Object[] os) {}
}
new <ref>C(new Integer(0))