mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
MultipleJdksHighlightingTest: yet another test
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package p;
|
||||
|
||||
import java.util.*;
|
||||
import java.util.concurrent.*;
|
||||
|
||||
abstract class B extends A {
|
||||
void foo() throws Exception {
|
||||
call().<error descr="Cannot resolve method 'stream()'">stream</error>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user