mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
8 lines
209 B
Plaintext
Vendored
8 lines
209 B
Plaintext
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() = s()
|
|
|
|
private fun Named.s() = name
|
|
} |