7 lines
92 B
Plaintext
Raw Permalink Normal View History

2024-05-02 23:04:07 +02:00
import Bug290B;
public class Bug290A {
public void m() {
new Bug290B();
}
}