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