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 */