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