mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 13:07:01 +07:00
Needed for incomplete project model. GitOrigin-RevId: 2acbba54f4fd50fb3261601f1cb66175d7f19da6
8 lines
425 B
Java
8 lines
425 B
Java
|
|
import <info descr="Not resolved until the project is fully loaded">com</info>.<info descr="Not resolved until the project is fully loaded">example</info>.<info descr="Not resolved until the project is fully loaded">Super</info>;
|
|
|
|
class Sub extends <info descr="Not resolved until the project is fully loaded">Super</info> {
|
|
Sub() {
|
|
<info descr="Not resolved until the project is fully loaded">super</info>(123);
|
|
}
|
|
} |