Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
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