Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
GenericFunctionIsLessSpecific.txt
blob: 9e883bec6418fa4a3261bbca6a9b3b4ab7bd24e7 [
file
]
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