FIR LC: add support for inline class

This commit is contained in:
Jinseong Jeon
2021-10-27 18:13:15 -07:00
committed by Ilya Kirillov
parent 0e7d1b3945
commit 5880d80d26
5 changed files with 81 additions and 4 deletions
@@ -26,4 +26,6 @@ inline class InlineInheritance(val v: Int) : I {
override val x get() = 5
fun z() = 7
}
}
// FIR_COMPARISON