Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
inference
/
cannotCompleteResolveFunctionLiteralsNoUse.fir.kt
blob: c90d9f55e36e2834f33c27631bec656a45999e8e [
file
]
package
f
fun
<
R
>
h
(
i
:
Int
,
a
:
Any
,
r
:
R
,
f
:
(
Boolean
)
->
Int
)
=
1
fun
<
R
>
h
(
a
:
Any
,
i
:
Int
,
r
:
R
,
f
:
(
Boolean
)
->
Int
)
=
1
fun test
()
=
<!
OVERLOAD_RESOLUTION_AMBIGUITY
!>
h
<!>(
1
,
1
,
1
,
{
b
->
42
})