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