Stepping: do not write line numbers for call arguments
#KT-3080 Fixed
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
fun foo() {
|
||||
foo({
|
||||
val a = 1
|
||||
})
|
||||
|
||||
foo() {
|
||||
val a = 1
|
||||
}
|
||||
}
|
||||
|
||||
fun foo(f: () -> Unit) {
|
||||
f()
|
||||
}
|
||||
|
||||
// 2 6 9 12 13 3 7
|
||||
Reference in New Issue
Block a user