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