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