1a13c21377
(cherry picked from commit c0d5df1)
8 lines
218 B
Kotlin
Vendored
8 lines
218 B
Kotlin
Vendored
// "Create parameter 'foo'" "false"
|
|
// ERROR: Unresolved reference: foo
|
|
// ACTION: Create extension function 'Int.foo'
|
|
// ACTION: Replace infix call with ordinary call
|
|
// WITH_RUNTIME
|
|
fun refer() {
|
|
1 <caret>foo 2
|
|
} |