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.
23 lines
424 B
23 lines
424 B
8 years ago
|
package pkg;
|
||
|
|
||
|
public class TestAnonymousParamNames {
|
||
|
private final TestAnonymousParamNames.Clazz reference = new TestAnonymousParamNames.Clazz(0L, false) {
|
||
|
};
|
||
|
|
||
|
private class Clazz {
|
||
|
public Clazz(long paramL, boolean paramB) {
|
||
|
}// 25
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class 'pkg/TestAnonymousParamNames$Clazz' {
|
||
|
method '<init> (Lpkg/TestAnonymousParamNames;JZ)V' {
|
||
|
9 8
|
||
|
}
|
||
|
}
|
||
|
|
||
|
Lines mapping:
|
||
|
25 <-> 9
|
||
|
Not mapped:
|
||
|
24
|