Files
kotlin-fork/idea/testData/quickfix/suppress/annotationPosition/topLevelFunctionSuppressOnFileWithPackage.kt
T
2015-12-19 14:32:37 +03:00

6 lines
135 B
Kotlin
Vendored

// "Suppress 'REDUNDANT_NULLABLE' for file ${file}" "true"
/** Some Comment **/
package test
public fun foo(): String?<caret>? = null