JavaPatternMatching/resources/bytecode/javFiles/Bug290A.jav

7 lines
92 B
Plaintext
Raw Normal View History

2024-03-14 12:50:56 +00:00
import Bug290B;
public class Bug290A {
public void m() {
new Bug290B();
}
}