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