Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertToBlockBody
/
nothingFun.kt.after
blob: 9f6cee0b65135e0f614165911364890fbd7fa1b3 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
():
Nothing
{
throw
UnsupportedOperationException
()
}