Support generic underlying type of inline class in FIR

#KT-32162
This commit is contained in:
Ilmir Usmanov
2021-12-10 01:03:55 +01:00
parent 9060168542
commit 909b455758
6 changed files with 30 additions and 16 deletions
@@ -1,5 +1,6 @@
// CHECK_BYTECODE_LISTING
// LANGUAGE: -JvmInlineValueClasses, +GenericInlineClassParameter
// IGNORE_BACKED: JVM
inline class ICAny<T>(val value: T)