mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
10 lines
179 B
Kotlin
Vendored
10 lines
179 B
Kotlin
Vendored
// PARAM_DESCRIPTOR: value-parameter a: kotlin.String defined in foo
|
|
// PARAM_TYPES: kotlin.String
|
|
|
|
fun String.invoke() {
|
|
|
|
}
|
|
|
|
fun foo(a: String) {
|
|
<selection>a()</selection>
|
|
} |