Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertToBlockBody
/
funWithThrow.kt
blob: b21b2c8a2e142f6d2adc4f279b0b71c50190217f [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun
<caret>
foo
():
String
=
throw
UnsupportedOperationException
()