Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
EmptyThrow.kt
blob: c3552c8d7f62f784137d9a2d00c7587369a83ed9 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
fun someFun
(
i
:
Int
)
{
val x
=
i
?:
throw
<!
SYNTAX
!><!>
}
/* GENERATED_FIR_TAGS: elvisExpression, functionDeclaration, localProperty, propertyDeclaration */