IDEA-138578 Debugger spuriously jumps to decompiled method signature

This commit is contained in:
Egor.Ushakov
2015-04-14 12:31:28 +03:00
parent 262d580ccc
commit 44ba5816f2
9 changed files with 146 additions and 14 deletions

View File

@@ -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
}