Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
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
(
"!!!"
)
}
}