Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
suppress
/
annotationPosition
/
topLevelFunctionSuppressOnFileOtherAnnotation.kt
blob: 4bc6b390f25d0787f08ea46d39405372d4346175 [
file
] [
log
] [
blame
]
// "Suppress 'REDUNDANT_NULLABLE' for file ${file}" "true"
// ERROR: This annotation is not applicable to target 'file' and use site target '@file'
@file
:
Deprecated
(
"Some"
)
package
test
public
fun foo
():
String
?<
caret
>?
=
null