Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
resolve
/
javaPackageMembers.kt
blob: 69564c524dee51eadde5f1e434d75c6cabdf8644 [
file
]
// FIR_IDENTICAL
fun fn
():
Nothing
=
throw
java
.
lang
.
RuntimeException
(
"oops"
)
val x
:
Nothing
=
throw
java
.
lang
.
RuntimeException
(
"oops"
)
class
SomeClass
{
fun method
()
{
throw
java
.
lang
.
AssertionError
(
"!!!"
)
}
}