0aca3a3737
See previous commits for details
5 lines
184 B
Kotlin
Vendored
5 lines
184 B
Kotlin
Vendored
inline operator fun <reified T> Int.invoke() = this
|
|
|
|
val a2 = <!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>1()<!>
|
|
val a3 = 1.<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>invoke<!>()
|