parent
6715ecf53d
commit
0bb1f6801c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,17 @@ |
||||
class TestSuperInner2 extends TestSuperInner { |
||||
protected class Inner2 extends TestSuperInner.Inner { |
||||
protected Inner2() { |
||||
super();// 2 |
||||
} |
||||
} |
||||
} |
||||
|
||||
class 'TestSuperInner2$Inner2' { |
||||
method '<init> (LTestSuperInner2;)V' { |
||||
7 3 |
||||
a 4 |
||||
} |
||||
} |
||||
|
||||
Lines mapping: |
||||
2 <-> 4 |
@ -0,0 +1,6 @@ |
||||
public class TestSuperInner { |
||||
protected abstract class Inner { |
||||
protected Inner() { |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,4 @@ |
||||
class TestSuperInner2 extends TestSuperInner { |
||||
protected class Inner2 extends Inner { |
||||
} |
||||
} |
Loading…
Reference in new issue