Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
cli
/
jvm
/
errorSuppression.kt
blob: d5f702dfbff9df829142f028cdf055b27e34d388 [
file
]
@Suppress
(
"UNSUPPORTED"
,
"THROWS_IN_ANNOTATION_ERROR"
)
fun foo
()
{
}