fix extra semicolon in decompiled empty blocks IDEA-196314 #843

This commit is contained in:
temp1011
2018-07-31 13:26:13 +03:00
committed by Egor Ushakov
parent 8824c20cbb
commit 02fdbec132
13 changed files with 160 additions and 75 deletions

View File

@@ -10,7 +10,6 @@ public class TestMissingConstructorCallBad {
try {
new TestMissingConstructorCallBad();
} catch (Throwable var2) {// 37
;
}
}// 39
@@ -28,7 +27,7 @@ class 'pkg/TestMissingConstructorCallBad' {
method 'main ([Ljava/lang/String;)V' {
b 11
c 15
c 14
}
}
@@ -40,7 +39,7 @@ Lines mapping:
20 <-> 6
21 <-> 7
37 <-> 12
39 <-> 16
39 <-> 15
Not mapped:
18
28