You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
305 B
18 lines
305 B
7 years ago
|
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
|