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

6 lines
178 B
Plaintext
Vendored

package
public fun foo(/*0*/ x: kotlin.Any, /*1*/ y: kotlin.Int): kotlin.Int
public fun foo(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.Any): kotlin.Int
public fun main(): kotlin.Unit