[java decompiler] fixes constructor parameters naming

This commit is contained in:
Roman Shevchenko
2017-12-07 15:13:06 +01:00
parent e449aeb6fa
commit af2d8b4d1c
25 changed files with 685 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ public class TestInnerSignature<A, B, C> {
B b;
C c;
public Inner(A var1, B var2, C var3) {
public Inner(A var2, B var3, C var4) {
this.a = var2;// 34
this.b = var3;// 35
this.c = var4;// 36