blob: f1a6625c1b93f3c907373e250e94428291939165 [file] [log] [blame]
class Test{
Test(Object o){}
static f(){
new Test((String)null);
}
}