Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
compilerCrashInRedCode.kt
blob: b052ad472cd551270c622b58a5b9988e93186836 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
fun foo
(
x
:
Int
.()
->
Unit
)
{
}
fun test
(){
foo
(
Int
.<!
ILLEGAL_SELECTOR
!>{}<!>)
}
/* GENERATED_FIR_TAGS: functionDeclaration, functionalType, lambdaLiteral, typeWithExtension */