fc70a65f99
#KT-3319 Fixed
7 lines
168 B
Kotlin
7 lines
168 B
Kotlin
// "Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for statement " "true"
|
|
|
|
fun foo() {
|
|
[suppress("UNNECESSARY_NOT_NULL_ASSERTION")]
|
|
do {}
|
|
while (true<caret>!!)
|
|
} |