Files
kotlin-fork/compiler/testData/diagnostics/tests/redeclarations/RedeclaredValueParameters.txt
T
2021-08-10 15:09:26 +00:00

6 lines
201 B
Plaintext
Vendored

package
public fun main(): kotlin.Unit
public fun test(/*0*/ a: kotlin.Int, /*1*/ a: kotlin.String): kotlin.Unit
public fun test2(/*0*/ block: (kotlin.Int, kotlin.String) -> kotlin.Unit): kotlin.Unit