Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
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 */