5 lines
121 B
Kotlin
5 lines
121 B
Kotlin
// "Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for statement " "true"
|
|
|
|
fun foo(): Any {
|
|
throw Exception(""<caret>!!)
|
|
} |