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

6 lines
138 B
Plaintext
Vendored

package
public fun </*0*/ T> foo(/*0*/ t: T): kotlin.Unit
public fun foo(/*0*/ i: kotlin.Int): kotlin.Int
public fun test(): kotlin.Unit