decompiler: map dummy return line to the method closing bracket

This commit is contained in:
Egor.Ushakov
2015-03-24 17:56:33 +03:00
parent 07e1d66a53
commit 500f8b12d8
34 changed files with 565 additions and 128 deletions

View File

@@ -10,7 +10,7 @@ public class TestClassSwitch {
case 13:
System.out.println(13);// 24
}
}
}// 25
}
class 'pkg/TestClassSwitch' {
@@ -19,6 +19,7 @@ class 'pkg/TestClassSwitch' {
1c 10
1f 10
21 10
24 12
25 6
28 6
29 6
@@ -29,5 +30,6 @@ class 'pkg/TestClassSwitch' {
Lines mapping:
22 <-> 5
24 <-> 11
25 <-> 13
27 <-> 7
29 <-> 9