mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
multiple jdks in one project: highlight not accessible superclasses found in another module
This commit is contained in:
+2
-1
@@ -1,2 +1,3 @@
|
||||
package p;
|
||||
<error descr="Cannot access java.util.stream.Stream">abstract class B extends A</error>{}
|
||||
<error descr="Cannot access java.util.stream.Stream">abstract class B extends A</error>{}
|
||||
<error descr="Cannot access java.util.stream.Stream">abstract class C extends A1</error>{}
|
||||
|
||||
Reference in New Issue
Block a user