mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-06 05:10:22 +07:00
testdata for IDEA-57348
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class A<T> {
|
||||
class B{}
|
||||
}
|
||||
class C<T> extends A<T> {
|
||||
{
|
||||
B[] o = <error descr="Generic array creation">{}</error>;
|
||||
}
|
||||
}
|
||||
@@ -149,6 +149,7 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
|
||||
public void testTryWithResourcesWarn() throws Exception { doTest(true, false, new DefUseInspection()); }
|
||||
public void testSafeVarargsApplicability() throws Exception { doTest(true, false); }
|
||||
public void testUncheckedGenericsArrayCreation() throws Exception { doTest(true, false); }
|
||||
public void testGenericsArrayCreation() throws Exception { doTest(false, false); }
|
||||
public void testPreciseRethrow() throws Exception { doTest(false, false); }
|
||||
public void testImprovedCatchAnalysis() throws Exception { doTest(true, false); }
|
||||
public void testPolymorphicTypeCast() throws Exception { doTest(true, false); }
|
||||
|
||||
Reference in New Issue
Block a user