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

6 lines
137 B
Kotlin
Vendored

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