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