[IR] Integrate MFVC with Inline classes

#KT-1179
This commit is contained in:
Evgeniy.Zhelenskiy
2022-05-21 03:59:56 +03:00
committed by teamcity
parent 406bc4e497
commit b1dced6cda
18 changed files with 5407 additions and 69 deletions
@@ -2,6 +2,7 @@
// TARGET_BACKEND: JVM_IR
// WORKS_WHEN_VALUE_CLASS
// LANGUAGE: +ValueClasses
// CHECK_BYTECODE_LISTING
@JvmInline
value class DPoint(val x: Double, val y: Double)