Add inline class -> @JvmInline value class intention

This commit is contained in:
Ilmir Usmanov
2021-02-18 16:37:25 +01:00
parent d67e4f0c48
commit 8c31fcb615
6 changed files with 86 additions and 0 deletions
@@ -0,0 +1,4 @@
// "Replace with '@JvmInline value'" "true"
// WITH_RUNTIME
<caret>inline class IC(val i: Int)
@@ -0,0 +1,5 @@
// "Replace with '@JvmInline value'" "true"
// WITH_RUNTIME
@JvmInline
value class IC(val i: Int)