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