7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
|
import Bug290B;
|
||
|
|
||
|
public class Bug290A {
|
||
|
public void m() {
|
||
|
new Bug290B();
|
||
|
}
|
||
|
}
|