Files
kotlin-fork/idea/testData/quickfix/suppress/errorRecovery/beforeNonStringInSuppress.kt
T
2014-03-26 21:10:29 +04:00

5 lines
183 B
Kotlin

// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
// ERROR: An integer literal does not conform to the expected type kotlin.String
[suppress(1)]
fun foo(): String?<caret>? = null