Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
suppress
/
annotationPosition
/
topLevelFunctionSuppressOnFileWithPackage.kt.after
blob: a48c58260bf16ffbecf9074b6f14884cf9651be3 [
file
] [
log
] [
blame
]
// "Suppress 'REDUNDANT_NULLABLE' for file ${file}" "true"
/** Some Comment **/
@file
:
Suppress
(
"REDUNDANT_NULLABLE"
)
package
test
public
fun foo
():
String
?<
caret
>?
=
null