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

5 lines
176 B
Kotlin
Vendored

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