[FIR] Use correct source for implicit this receiver
#KT-57489 Fixed #KT-56139 Fixed #KT-56755 Fixed
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
|
||||
// Reason: KT-56755
|
||||
|
||||
|
||||
// FILE: test.kt
|
||||
fun blockFun(blockArg: String.() -> Unit) =
|
||||
"OK".blockArg()
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
|
||||
// Reason: KT-56755
|
||||
|
||||
|
||||
// FILE: test.kt
|
||||
fun blockFun(blockArg: String.() -> Unit) =
|
||||
"OK".blockArg()
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
|
||||
// Reason: KT-56755
|
||||
|
||||
|
||||
// FILE: test.kt
|
||||
fun blockFun(blockArg: String.() -> Unit) =
|
||||
"OK".blockArg()
|
||||
|
||||
Vendored
+2
-2
@@ -1,5 +1,5 @@
|
||||
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
|
||||
// Reason: KT-56755
|
||||
|
||||
|
||||
// FILE: test.kt
|
||||
fun blockFun(blockArg: String.() -> Unit) =
|
||||
"OK".blockArg()
|
||||
|
||||
Reference in New Issue
Block a user