Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlStructures
/
kt10322.kt
blob: d3f5734a526a9a49e968dd091a6114ba6ca3542d [
file
]
// RUN_PIPELINE_TILL: BACKEND
fun test1
()
{
run
{
if
(
true
)
{
<!
INVALID_IF_AS_EXPRESSION
!>
if
<!>
(
true
)
{}
}
else
{
1
}
}
}
/* GENERATED_FIR_TAGS: functionDeclaration, ifExpression, integerLiteral, lambdaLiteral */