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

8 lines
191 B
Plaintext
Vendored

package
package c {
public fun foo(/*0*/ x: kotlin.Int): kotlin.Int
public fun test(): kotlin.Unit
public fun </*0*/ T, /*1*/ R> with(/*0*/ receiver: T, /*1*/ f: T.() -> R): R
}