288451db4d
Correct IR is more important than whether some inaccessible members precisely match what was generated by the old backend.
6 lines
107 B
Kotlin
Vendored
6 lines
107 B
Kotlin
Vendored
fun test() {
|
|
val fn = fun Int.() = 2
|
|
1.fn()
|
|
}
|
|
|
|
// 1 invoke \(Ljava/lang/Object;\)Ljava/lang/Object; |