blob: 4dc0dae7765d000d4ab440053c61deeb7dc0b6f0 [file] [log] [blame]
class Test {
Object getObj() {return null;}
{
int a = (int) getObj();
}
}