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