Do not add @JvmInline annotation on JS and Native

This commit is contained in:
Ilmir Usmanov
2021-02-24 17:58:27 +01:00
parent 2df049fc03
commit 2523ea1ef4
4 changed files with 22 additions and 2 deletions
@@ -0,0 +1,4 @@
// "Replace with 'value'" "true"
// JS
<caret>inline class IC(val i: Int)
@@ -0,0 +1,4 @@
// "Replace with 'value'" "true"
// JS
value class IC(val i: Int)