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

5 lines
204 B
Plaintext
Vendored

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