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