Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
checkcastOnThrow.kt
blob: a4d8cce80beb42d7eca33560180231bcb1899ebe [
file
] [
log
] [
blame
]
// TARGET_BACKEND: JVM_IR
fun f
(
x
:
Throwable
)
{
throw
x
}
fun f
(
x
:
Exception
)
{
throw
x
}
fun f
(
x
:
RuntimeException
)
{
throw
x
}
fun f
(
x
:
Error
)
{
throw
x
}
fun f
(
x
:
AssertionError
)
{
throw
x
}
// 0 CHECKCAST