Fork of the Fernflower decompiler
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.
fernflower/testData/results/TestAnonymousParamNames.dec

22 lines
424 B

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