JVM_IR: Enable inlining for external declarations with inline class parameters.

This commit is contained in:
Steven Schäfer
2019-06-24 14:22:58 +02:00
committed by max-kammerer
parent da86ef8454
commit d458e4a7b2
90 changed files with 21 additions and 218 deletions
@@ -1,7 +1,6 @@
// KJS_WITH_FULL_RUNTIME
// !LANGUAGE: +InlineClasses
// WITH_RUNTIME
// IGNORE_BACKEND: JVM_IR
inline class Data(val data: Array<UInt>)