Files
kotlin-fork/compiler/testData/diagnostics/tests/resolve/nestedCalls/completeUnmappedArguments.txt
T
2015-09-08 02:04:32 +03:00

7 lines
148 B
Plaintext
Vendored

package
package c {
public fun test(): kotlin.Unit
public fun zzz(/*0*/ i: kotlin.Int, /*1*/ f: (kotlin.Int) -> kotlin.Int): kotlin.Unit
}