Files
kotlin-fork/compiler/testData/diagnostics/tests/smartCasts/lambdaAndArgumentFun.txt
T
Alexey Tsvetkov 1e2256207c Update test data
2015-10-19 20:45:02 +03:00

6 lines
164 B
Plaintext
Vendored

package
public inline fun </*0*/ T> bar(/*0*/ l: (T) -> kotlin.Unit): T
public inline fun </*0*/ T> foo(/*0*/ t1: T, /*1*/ t2: T): T
public fun use(): kotlin.Unit