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, λ
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun foo1() {
|
||||
fun foo1() { /// M
|
||||
// We don't support function breakpoints for local functions yet
|
||||
fun local() { /// L
|
||||
println() /// L
|
||||
|
||||
+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