[IR] Align captured receiver variable naming with old BE
This commit is contained in:
committed by
max-kammerer
parent
7732fc38e0
commit
5967e8295e
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
// FILE: test.kt
|
||||
fun String.foo(a: Int) {}
|
||||
|
||||
fun box() {
|
||||
"OK".foo(42)
|
||||
}
|
||||
|
||||
// LOCAL VARIABLES
|
||||
// test.kt:7 box:
|
||||
// test.kt:4 foo: $this$foo:java.lang.String="OK":java.lang.String, a:int=42:int
|
||||
// test.kt:8 box:
|
||||
Reference in New Issue
Block a user