Support inline classes in MPP resolver/checker model

This commit is contained in:
Mikhail Zarechenskiy
2018-06-08 15:30:27 +03:00
parent 3d57276bc6
commit 8148bdc4d0
14 changed files with 235 additions and 15 deletions
@@ -0,0 +1,4 @@
@file:Suppress("UNSUPPORTED_FEATURE")
expect inline class Foo1(val x: Int)
expect inline class Foo2(val y: String)