JavaCompilerCore/resources/bytecode/javFiles/Bug312.jav
Daniel Holle da74898f9d
All checks were successful
Build and Test with Maven / Build-and-test-with-Maven (push) Successful in 2m45s
Fix #312
2024-04-08 13:18:27 +02:00

8 lines
124 B
Java

public class Bug312 {
Bug312A i = new Bug312A();
public main() {
if (i == null) {}
}
}
class Bug312A {}