Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/fixationOrderForProperConstraints.ni.txt
T
2017-11-29 02:54:30 +03:00

5 lines
135 B
Plaintext
Vendored

package
public fun </*0*/ X, /*1*/ Y, /*2*/ Z> foo(/*0*/ f: (Y) -> Z, /*1*/ g: (X) -> Y, /*2*/ x: X): Z
public fun test(): kotlin.Int