Minor. Add IDE MPP test

This commit is contained in:
Ilmir Usmanov
2021-03-21 17:39:57 +01:00
committed by Space
parent 164e9034d1
commit 3bcc2fe476
7 changed files with 20 additions and 715 deletions
@@ -0,0 +1,3 @@
package kotlin.jvm
expect value class <!LINE_MARKER("descr='Has actuals in JVM'")!>VC<!>(val i: Int)
@@ -0,0 +1,4 @@
MODULE common { platform=[JVM, JS, Native]; root=common }
MODULE jvm { platform=[JVM]; root=jvm }
jvm -> common { kind=DEPENDS_ON }
@@ -0,0 +1,6 @@
package kotlin.jvm
annotation class JvmInline
@JvmInline
actual value class <!LINE_MARKER("descr='Has declaration in common module'")!>VC<!>(val i: Int)