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