Files
kotlin-fork/idea/testData/quickfix/suppress/forStatement/throw.kt
T

5 lines
121 B
Kotlin

// "Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for statement " "true"
fun foo(): Any {
throw Exception(""<caret>!!)
}