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