4850fd10f0
Introduced '@' after each annotation
8 lines
239 B
Plaintext
Vendored
8 lines
239 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// PARAM_DESCRIPTOR: private final fun Named.foo(): [@org.jetbrains.annotations.NotNull] String defined in Test
|
|
// PARAM_TYPES: Named
|
|
public class Test {
|
|
private fun Named.foo() = s()
|
|
|
|
private fun Named.s() = name
|
|
} |