mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
package pkg;
|
|
|
|
class TestSuperInner extends TestSuperInnerBase {
|
|
protected abstract class Inner2 extends TestSuperInnerBase.Inner {
|
|
}
|
|
}
|
|
|