Files
kotlin-fork/compiler/testData/diagnostics/tests/resolve/nestedCalls/analyzeUnmappedArguments.txt
T
Stanislav Erokhin 298a075381 Minor. removed functions which declared in Standard.kt from diagnostic testdata.
Removed declaration for functions: TODO, run, with, apply, let.
2016-01-25 19:13:31 +03:00

7 lines
110 B
Plaintext
Vendored

package
package c {
public fun foo(/*0*/ x: kotlin.Int): kotlin.Int
public fun test(): kotlin.Unit
}