Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
exception.kt
blob: cd9604ae383bb8c3bdbbe4c1c47ff1cd52475ba0 [
file
]
// RUN_PIPELINE_TILL: BACKEND
fun box
():
String
=
"OK"
fun main
(
args
:
Array
<
String
>)
{
if
(
box
()
==
"OK"
)
{
throw
Exception
(
"Hello"
)
}
}
/* GENERATED_FIR_TAGS: equalityExpression, functionDeclaration, ifExpression, stringLiteral */