Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertToBlockBody
/
getterWithThrow.kt.after
blob: 87ee8eadae669b12ec35893674fc77bc16b2bda9 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
val foo
:
String
get
()
{
throw
UnsupportedOperationException
()
}