Cleanup (formatting; typos)
This commit is contained in:
@@ -22,15 +22,16 @@ public class TestClassSimpleBytecodeMapping {
|
||||
}
|
||||
}
|
||||
|
||||
class pkg/TestClassSimpleBytecodeMapping$1{
|
||||
method run ()V{
|
||||
class 'pkg/TestClassSimpleBytecodeMapping$1' {
|
||||
method 'run ()V' {
|
||||
0 7
|
||||
3 7
|
||||
5 7
|
||||
}
|
||||
}
|
||||
class pkg/TestClassSimpleBytecodeMapping{
|
||||
method test ()I{
|
||||
|
||||
class 'pkg/TestClassSimpleBytecodeMapping' {
|
||||
method 'test ()I' {
|
||||
0 4
|
||||
3 4
|
||||
5 4
|
||||
@@ -51,10 +52,11 @@ class pkg/TestClassSimpleBytecodeMapping{
|
||||
2f 15
|
||||
}
|
||||
|
||||
method run (Ljava/lang/Runnable;)V{
|
||||
method 'run (Ljava/lang/Runnable;)V' {
|
||||
1 20
|
||||
}
|
||||
}
|
||||
|
||||
Lines mapping:
|
||||
17 <-> 8
|
||||
21 <-> 11
|
||||
|
||||
Reference in New Issue
Block a user