Files
kotlin-fork/compiler/testData/diagnostics/tests/callableReference/resolve/adaptedReferenceAgainstKCallable.txt
T
Mikhail Zarechenskiy 0c79de1a98 Prohibit adapted reference resolve against reflective types
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
2020-07-20 14:30:39 +03:00

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