blob: 53c0f968efed8e71f5fe03a0da78a061658e45ee [file]
// LANGUAGE: -ProhibitSimplificationOfNonTrivialConstBooleanExpressions
fun test() {
@ann
while (<!NON_TRIVIAL_BOOLEAN_CONSTANT!>2 > 1<!>) {}
@ann
<!UNREACHABLE_CODE!>do {} while (<!NON_TRIVIAL_BOOLEAN_CONSTANT!>2 > 1<!>)<!>
@ann
<!UNREACHABLE_CODE!>for (i in 1..2) {}<!>
}
annotation class ann