Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJvmBackend
/
noWarningInLV1_5.kt
blob: dd093670fba7605fd50b359fff869c9dd17314d0 [
file
]
// FIR_IDENTICAL
// !LANGUAGE: +JvmInlineValueClasses
// WITH_STDLIB
package
kotlin
.
jvm
annotation
class
JvmInline
@JvmInline
value
class
VC
(
val a
:
Any
)