mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
testdata for IDEA-127285
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
|
||||
public static void main(String[] args) {
|
||||
multiBound("test");
|
||||
multiBound(null);
|
||||
}
|
||||
|
||||
static <E extends Comparable<E> & CharSequence> void multiBound(E e) {}
|
||||
}
|
||||
@@ -228,6 +228,10 @@ public class GraphInferenceHighlightingTest extends LightDaemonAnalyzerTestCase
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testInfiniteTypes() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
private void doTest() throws Exception {
|
||||
doTest(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user