FIR DFA: fix handling of equality operation

This commit is contained in:
Tianyu Geng
2021-07-23 22:56:56 -07:00
committed by teamcityserver
parent 0026560bd7
commit e495c722c7
4 changed files with 44 additions and 20 deletions
@@ -116,7 +116,7 @@ fun case_5(value_1: Number?, value_2: String?) {
fun case_6(value_1: Number, value_2: String?, value_3: Any?) {
when (value_3.case_6(value_1, value_2)) {
true -> {
println(value_3.equals(""))
println(value_3<!UNSAFE_CALL!>.<!>equals(""))
println(value_2<!UNSAFE_CALL!>.<!>length)
}
false -> {