mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
testdata
This commit is contained in:
@@ -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> { }
|
||||
|
||||
@@ -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