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