Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
compilerCrashInRedCode.kt
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 */