JavaCompilerCore/resources/bytecode/javFiles/Bug311.jav
Daniel Holle f66b9099f3
All checks were successful
Build and Test with Maven / Build-and-test-with-Maven (push) Successful in 2m55s
Fix #311
2024-04-08 13:51:49 +02:00

11 lines
158 B
Java

import java.lang.String;
public class Bug311 {
Bug311A i = new Bug311A();
public toString() {
return i.toString();
}
}
class Bug311A {}