Fix inline class handling in DefaultParameterInjector

This commit is contained in:
Steven Schäfer
2019-08-05 13:16:20 +02:00
committed by Georgy Bronnikov
parent 79f71f61d5
commit 9182fe887e
7 changed files with 64 additions and 59 deletions
@@ -1,5 +1,4 @@
// LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR
// FILE: classes.kt
inline class A(val i: Int)