bdd495460b
#KT-9554 Fixed
9 lines
255 B
Plaintext
Vendored
9 lines
255 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// PARAM_DESCRIPTOR: private final fun NamedEx.foo(): [@org.jetbrains.annotations.NotNull] String defined in Test
|
|
// PARAM_TYPES: NamedEx
|
|
// SIBLING:
|
|
public class Test {
|
|
private fun NamedEx.foo() = s()
|
|
}
|
|
|
|
private fun NamedEx.s() = name |