5 lines
242 B
Kotlin
Vendored
5 lines
242 B
Kotlin
Vendored
// "class com.intellij.codeInspection.SuppressIntentionAction" "false"
|
|
// ACTION: Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for fun foo
|
|
// ACTION: Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for file inExpressionBody.kt
|
|
|
|
fun foo() = ""<caret>!! |