7 lines
92 B
Plaintext
Raw Normal View History

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