Files
kotlin-fork/plugins
Ilmir Usmanov be87d5fab5 JVM_IR: Serialization: do not mess with return types of call expressions
If return type of IrConstructor is different from containing class, we will
generate call to wrong <init> method, leading to VerifyError.
If we do not specify the type of irNull, it, by default, will be Nothing?,
when really we need Any?. This leads to CCE: cannot cast to Void at runtime.
2020-03-19 15:18:32 +01:00
..
2020-01-02 10:31:00 +01:00
2020-01-02 10:31:00 +01:00
2019-01-14 21:29:02 +03:00