[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
@@ -1,7 +1,10 @@
// IGNORE_BACKEND_FIR: JVM_IR
// https://youtrack.jetbrains.com/issue/KT-52236/Different-modality-in-psi-and-fir
// WITH_STDLIB
// TARGET_BACKEND: JVM_IR
// WORKS_WHEN_VALUE_CLASS
// LANGUAGE: +ValueClasses
// CHECK_BYTECODE_LISTING
interface AbstractPoint<T> {
val x: T