Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/functionPlaceholderError.txt
T

8 lines
222 B
Plaintext
Vendored

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