Debugger: Fix breakpoints and stepping on a first line (KT-33304)
This commit fixes the 'SmartStepIntoTestGenerated#testFunWithExpressionBody' test.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun foo() {
|
||||
fun foo() { /// M
|
||||
require(true) { "foo" } /// *, L, λ
|
||||
|
||||
require(true) { val a = 5 } /// *, L, λ
|
||||
|
||||
Reference in New Issue
Block a user