mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
9 lines
206 B
Kotlin
9 lines
206 B
Kotlin
// "Create extension function 'foo'" "false"
|
|
// ACTION: Create function 'foo'
|
|
// ACTION: Split property declaration
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
fun test() {
|
|
val a: Int = J.<caret>foo("1", 2)
|
|
}
|