JVM IR: Lower IrStringConcatenation

This commit is contained in:
Steven Schäfer
2019-10-04 14:12:40 +02:00
committed by Alexander Udalov
parent 78b4024ccb
commit c905209504
8 changed files with 211 additions and 79 deletions

View File

@@ -1,5 +1,4 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR
// FILE: Z.kt
inline class Z(val value: Int)