Update test affected by ProhibitSimplificationOfNonTrivialConstBooleanExpressions feature
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// LANGUAGE: -ProhibitSimplificationOfNonTrivialConstBooleanExpressions
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
fun box() : String = when (true) {
|
||||
((true)) -> "OK"
|
||||
|
||||
Reference in New Issue
Block a user