IC: Add inline class -> @JvmInline value class warning
This commit is contained in:
@@ -6,7 +6,7 @@ package kotlin.jvm
|
||||
annotation class JvmInline
|
||||
|
||||
<!JVM_INLINE_WITHOUT_VALUE_CLASS!>@JvmInline<!>
|
||||
inline class IC(val a: Any)
|
||||
<!INLINE_CLASS_DEPRECATED!>inline<!> class IC(val a: Any)
|
||||
|
||||
@JvmInline
|
||||
value class VC(val a: Any)
|
||||
|
||||
Reference in New Issue
Block a user