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

8 lines
235 B
Plaintext
Vendored

package
package a {
public fun doWithList(/*0*/ list: kotlin.collections.List<kotlin.Int>): kotlin.collections.List<kotlin.Int>
public fun </*0*/ T> emptyList(): kotlin.collections.List<T>?
public fun foo(): kotlin.Unit
}