7 lines
185 B
Plaintext
Vendored
7 lines
185 B
Plaintext
Vendored
// "Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for statement " "true"
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(): Any {
|
|
@Suppress("UNNECESSARY_NOT_NULL_ASSERTION")
|
|
throw Exception(""<caret>!!)
|
|
} |