Files
kotlin-fork/idea/testData/quickfix/suppress/errorRecovery/nonStringInSuppress.kt.after
T

5 lines
204 B
Plaintext

// "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