decompiler: map dummy return line to the method closing bracket
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user