mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
6 lines
199 B
Kotlin
Vendored
6 lines
199 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// PARAM_DESCRIPTOR: private final fun Named.foo(): kotlin.String defined in Test
|
|
// PARAM_TYPES: Named
|
|
public class Test {
|
|
private fun Named.foo() = <selection>name</selection>
|
|
} |