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