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