mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
ignore implicit this reference before super call for java 7
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
class Test {
|
||||
class Test1 extends Test {}
|
||||
class Test2 extends Test1 {}
|
||||
}
|
||||
Reference in New Issue
Block a user