8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
|
public class Bug312 {
|
||
|
Bug312A i = new Bug312A();
|
||
|
public main() {
|
||
|
if (i == null) {}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class Bug312A {}
|