blob: 049164032d13e8885ebc2c85462d3b6880750005 [file]
// RUN_PIPELINE_TILL: FRONTEND
fun foo(x: Int.() -> Unit) { }
fun test(){
foo(Int.<!ILLEGAL_SELECTOR!>{}<!>)
}
/* GENERATED_FIR_TAGS: functionDeclaration, functionalType, lambdaLiteral, typeWithExtension */