Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
checkArguments
/
overloadedFunction.txt
blob: 79a6f5e774c4bad4294907289f6f18673414b9fb [
file
]
package
public fun bar(/*0*/ a: kotlin.Any): kotlin.Unit
public fun bar(/*0*/ a: kotlin.Int): kotlin.Unit
public fun foo(): kotlin.Unit
public fun foo(/*0*/ s: kotlin.Int): kotlin.Unit
public fun test(): kotlin.Unit