Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
javaLangComparator.kt
blob: 8e7dfadfd31ce79e31a91c4bee373af250d207a8 [
file
]
// RUN_PIPELINE_TILL: BACKEND
fun test_2
(
list
:
List
<
Int
>)
{
val comp
=
java
.
util
.
Comparator
<
Int
>
{
x
,
y
->
1
}
}
/* GENERATED_FIR_TAGS: flexibleType, functionDeclaration, integerLiteral, lambdaLiteral, localProperty,
propertyDeclaration */