mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
local classes visibility scope (IDEA-67798)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class A<T> {
|
||||
{
|
||||
class T extends A<T> {}
|
||||
}
|
||||
class T extends A<T> {}
|
||||
}
|
||||
@@ -210,6 +210,7 @@ public class GenericsHighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
public void testIDEA104992(){ doTest5(false); }
|
||||
public void testIDEA57446(){ doTest5(false); }
|
||||
public void testIDEA67677(){ doTest5(false); }
|
||||
public void testIDEA67798(){ doTest5(false); }
|
||||
|
||||
public void testWildcardsOnRawTypes() { doTest5(false); }
|
||||
public void testDisableWithinBoundsCheckForSuperWildcards() {
|
||||
|
||||
Reference in New Issue
Block a user