a1e86e8bfa
(cherry picked from commit a51d3fc)
9 lines
207 B
Kotlin
Vendored
9 lines
207 B
Kotlin
Vendored
// "Create extension function 'J.foo'" "false"
|
|
// ACTION: Create member function 'J.foo'
|
|
// ACTION: Rename reference
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
fun test() {
|
|
val a: Int = J.<caret>foo("1", 2)
|
|
}
|