decompiler: fixed line mapping in try-catch block
This commit is contained in:
@@ -34,6 +34,8 @@ public class TestClassSimpleBytecodeMapping {
|
||||
Integer.parseInt(a);
|
||||
} catch (Exception e) {
|
||||
System.out.println(e);
|
||||
} finally {
|
||||
System.out.println("Finally");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user