JVM: preserve call site markers when inlining lambdas
and default functions into their own stubs. Fixes #KT-35006
This commit is contained in:
@@ -8,5 +8,5 @@ fun foo(i: Int = 1) {
|
||||
|
||||
inline fun bar(i: Int = 1) {
|
||||
}
|
||||
|
||||
// 2 3 13 14 4 7 6 10 9 15
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// 2 3 13 14 4 7 6 10 9 10
|
||||
+1
-1
@@ -16,4 +16,4 @@ inline fun baz() {
|
||||
|
||||
fun nop() {}
|
||||
|
||||
// 2 20 21 3 4 25 26 5 22 6 9 10 11 14 15 17
|
||||
// 2 20 21 3 4 22 23 5 24 6 9 10 11 14 15 17
|
||||
Reference in New Issue
Block a user