Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/nestedCalls/inferenceForNestedBinaryCall.txt
T
2015-10-07 15:50:23 +03:00

8 lines
152 B
Plaintext
Vendored

package
package aaa {
public fun a(): kotlin.Unit
public fun </*0*/ T> id(/*0*/ t: T): T
public infix fun </*0*/ T> T.foo(/*0*/ t: T): T
}