IDEA-138578 Debugger spuriously jumps to decompiled method signature
This commit is contained in:
@@ -36,7 +36,7 @@ public class TestTryCatchFinally {
|
||||
System.out.println("Finally");// 55
|
||||
}
|
||||
|
||||
return -1;// 56
|
||||
return -1;// 56 57
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user