FIR DFA: unwrap transparent expressions in more places
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_K2: JVM_IR
|
||||
// !LANGUAGE: +VariableDeclarationInWhenSubject
|
||||
|
||||
fun foo(): Any = 1
|
||||
@@ -11,4 +10,4 @@ fun test() =
|
||||
in 0..10 -> 3
|
||||
!in 10..20 -> 4
|
||||
else -> -1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user