Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
suppress
/
annotationPosition
/
topLevelFunctionUnrelatedAnnotationBare.kt.after
blob: 7a45e83b1629676382ce478d16402b17f5088d4c [
file
] [
log
] [
blame
]
// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
@Suppress
(
"REDUNDANT_NULLABLE"
)
@ann
fun foo
():
String
?<
caret
>?
=
null
annotation
class
ann