mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-30 15:53:32 +07:00
123242c4b2
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
6 lines
64 B
Java
6 lines
64 B
Java
package c;
|
|
import a.*;
|
|
|
|
class Test extends Base {
|
|
Test() { }
|
|
} |