[FIR] Unconditionally enable BooleanElvisBoundSmartCasts feature in K2

^KT-54694 Fixed
^KT-26357
This commit is contained in:
Dmitriy Novozhilov
2022-11-29 11:01:35 +02:00
committed by Space Team
parent ac7fddaad5
commit 46928eaa0b
3 changed files with 52 additions and 8 deletions
@@ -1,4 +1,3 @@
// FIR_IDENTICAL
// !LANGUAGE: -BooleanElvisBoundSmartCasts
interface Order {
@@ -48,4 +47,4 @@ fun baz(o: Boolean?) {
else {
o<!UNSAFE_CALL!>.<!>hashCode()
}
}
}