Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b7f6d40b562cc05b0c88d1051ff42fe8a146ea5
/
.
/
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"