Stepping: do not write line numbers for call arguments
#KT-3080 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun foo() {
|
||||
1 foo
|
||||
1
|
||||
}
|
||||
|
||||
fun Int.foo(i: Int) {
|
||||
}
|
||||
|
||||
// 2 4 7
|
||||
Reference in New Issue
Block a user