Debugger, BE: Make the NOP instruction optimizer save the first NOP, not the last
This commit fixes the following tests: - KotlinSteppingTestGenerated.StepOver#testSoInlineLibFun - KotlinSteppingTestGenerated.StepOver#testSoInlineIterableFun - KotlinSteppingTestGenerated.StepOver#testSoInlineFunOnOneLineFor
This commit is contained in:
+1
-1
@@ -10,4 +10,4 @@ inline fun lookAtMe(f: (String) -> Unit) {
|
||||
f(a) // Should be no unneeded nops on this line, that might be generated for zero-parameters lambda
|
||||
}
|
||||
|
||||
// 3 NOP
|
||||
// 2 NOP
|
||||
Reference in New Issue
Block a user