Files
kotlin-fork/idea/testData/quickfix/suppress/annotationPosition/topLevelFunctionSuppressNoArgsTheSameLine.kt
T
2015-09-04 17:23:25 +03:00

3 lines
98 B
Kotlin
Vendored

// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
@Suppress fun foo(): String?<caret>? = null