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

7 lines
119 B
Plaintext
Vendored

package
package a {
public fun </*0*/ T> g(/*0*/ f: () -> kotlin.List<T>): T
public fun test(): kotlin.Unit
}