FIR DFA: reimplement type OR operation to its original semantics

#KT-43569 Fixed
This commit is contained in:
Jinseong Jeon
2020-12-01 10:56:36 -08:00
committed by Dmitriy Novozhilov
parent 16b9312695
commit cdfe1771d9
4 changed files with 26 additions and 17 deletions
@@ -23,10 +23,10 @@ class Flaf {
result = Flaf(javaName = javaName)
}
}
error("") /* ErrorCallExpression */javaName; result;
<this>.<get-INSTANCES>().set<String, Flaf>(key = javaName, value = result /*as Flaf */)
}
}
return result
return result /*as Flaf */
}
}