0c79de1a98
There are design questions about reflection for adapted references, so the current proposal is to prohibit reflection on them and support it properly later #KT-40406 Fixed
6 lines
162 B
Plaintext
Vendored
6 lines
162 B
Plaintext
Vendored
package
|
|
|
|
public fun foo(/*0*/ x: kotlin.Int = ...): kotlin.Unit
|
|
public fun take(/*0*/ k: kotlin.reflect.KCallable<*>): kotlin.Unit
|
|
public fun test(): kotlin.Unit
|