Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
compiler
/
fir
/
analysis-tests
/
testData
/
resolveWithStdlib
/
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 */