mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
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)
|
|
}
|