mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
testdata
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
class Main {
|
||||
|
||||
{
|
||||
foo(bar(String.class));
|
||||
}
|
||||
|
||||
<T extends String> T bar(Class<T> cf) {
|
||||
return null;
|
||||
}
|
||||
|
||||
<K extends String> K foo(K vo) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
@@ -152,6 +152,10 @@ public class GraphInferenceHighlightingTest extends LightDaemonAnalyzerTestCase
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testNestedCalls1() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
private void doTest() throws Exception {
|
||||
doTest(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user