mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
13 lines
110 B
Kotlin
Vendored
13 lines
110 B
Kotlin
Vendored
// "Create function 'foo'" "true"
|
|
|
|
val baz = 1
|
|
|
|
fun test() {
|
|
val a: Int = <caret>foo()
|
|
}
|
|
|
|
fun bar() {
|
|
|
|
}
|
|
|