Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b7f6d40b562cc05b0c88d1051ff42fe8a146ea5
/
.
/
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 */