mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
multiple jdks/not exported dependencies: check that declared type of the qualifier doesn't contain unknown types
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package p;
|
||||
abstract class B {
|
||||
void f(A a) {
|
||||
<error descr="Cannot access java.util.stream.Stream">a</error>.foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user