Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
codegen
/
box
/
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"