Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
compiler
/
testData
/
codegen
/
boxJvm
/
annotations
/
allowedTargets.kt
blob: 2a956633111c2bbc077a4752a5469130ad90f646 [
file
]
// WITH_STDLIB
// WITH_REFLECT
// TARGET_BACKEND: JVM_IR
@JvmInline
value
class
Some
(
val x
:
Other
)
//@JvmInline
data
class
Other
(
val x
:
Int
)
fun box
():
String
=
"OK"