IDEA-138578 Debugger spuriously jumps to decompiled method signature
This commit is contained in:
@@ -84,7 +84,7 @@ public class TestClassLambda {
|
||||
System.out.println("hello2" + var1);
|
||||
};// 87
|
||||
System.out.println("hello1" + var1);// 88
|
||||
};// 86
|
||||
};// 86 89
|
||||
}// 90
|
||||
}
|
||||
|
||||
@@ -180,7 +180,9 @@ class 'pkg/TestClassLambda' {
|
||||
|
||||
method 'lambda$testLambda6$4 (IILjava/lang/String;)Z' {
|
||||
2 59
|
||||
5 59
|
||||
9 59
|
||||
d 59
|
||||
15 59
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user