ignore implicit this reference before super call for java 7

This commit is contained in:
anna
2013-05-03 17:21:32 +02:00
parent ee964486c9
commit f1f7357ee0
3 changed files with 23 additions and 2 deletions
@@ -0,0 +1,4 @@
class Test {
class Test1 extends Test {}
class Test2 extends Test1 {}
}