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

8 lines
198 B
Plaintext
Vendored

package
package a {
public fun </*0*/ T> emptyList(): kotlin.List<T>
public fun </*0*/ T> foo(/*0*/ f: T.() -> kotlin.Unit, /*1*/ l: kotlin.List<T>): T
public fun test(): kotlin.Unit
}