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 @@
|
||||
class Foo1 {
|
||||
class Foo1 { /// M
|
||||
val x: String /// F, L
|
||||
get() = "foo" /// M
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user