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

@@ -11,7 +11,7 @@ public class TestClassCast {
}
System.out.println(((List)var2).size());// 26
}
}// 27
}
class 'pkg/TestClassCast' {
@@ -24,6 +24,7 @@ class 'pkg/TestClassCast' {
18 12
1c 12
21 12
24 13
}
}
@@ -32,3 +33,4 @@ Lines mapping:
23 <-> 9
24 <-> 10
26 <-> 13
27 <-> 14