Files
kotlin/compiler/testData/codegen/bytecodeText
Mark Punzalan ba606147c9 [JVM IR] Maintain KT-36625 bug compatibility between non-IR and IR
backends by removing IMPLICIT_NOTNULL casts from IrStringConcatenation
arguments.

Also fixed an issue where IrStringConcatenation can be lowered into
a null String instead of a literal "null" String if the lone argument
was a platform type String or String with enhanced nullability and the
value was null (e.g., "${FromJava.nullPlatformString()}").
2020-02-12 22:57:15 +03:00
..
2020-01-20 16:00:36 +01:00
2020-01-20 16:00:36 +01:00
2018-12-28 14:18:39 +03:00
2020-01-21 11:26:02 +01:00