Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
cfg
/
expressions
/
unresolvedCalls.kt
blob: 20646a7c00ec4641a8b68d4806a6f0f5d497d688 [
file
]
fun foo
(
i
:
Int
)
{}
fun foo
(
a
:
IntArray
)
{}
fun foo
(
a
:
String
,
b
:
Int
)
{}
fun foo
()
{}
fun test
()
{
foo
(
bar
())
}