Files
kotlin-fork/compiler/testData/diagnostics/tests/kt435.txt
T
Valentin Kipyatkov 6b94e5fd34 Use parameter names from function type for invoke() function
#KT-435 Fixed
 #KT-9016 Fixed
2016-10-11 23:38:49 +03:00

5 lines
120 B
Plaintext
Vendored

package
public fun test(/*0*/ a: kotlin.Any): kotlin.Unit
public fun kotlin.Any.foo1(): (i: kotlin.Int) -> kotlin.Unit