mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
testdata
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
interface I<T, K extends Integer> {
|
||||
void m(T t);
|
||||
void m(K k);
|
||||
}
|
||||
|
||||
@FunctionalInterface
|
||||
interface IEx extends I<Integer, Integer> { }
|
||||
|
||||
+1
@@ -78,6 +78,7 @@ public class LambdaHighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
public void testAmbiguitySpecificReturn() { doTest(true); }
|
||||
public void testFunctionalInterfaceAnnotation() { doTest(); }
|
||||
public void testFunctionalInterfaceAnnotation2() { doTest(); }
|
||||
public void testFunctionalInterfaceAnnotation3() { doTest(); }
|
||||
public void testAmbiguityReturnValueResolution() { doTest(); }
|
||||
public void testAmbiguityReturnValueResolution1() { doTest(); }
|
||||
public void testAmbiguityReturnValueResolution2() { doTest(true); }
|
||||
|
||||
Reference in New Issue
Block a user