Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
534b00eff856e0e4dcaf105df9a043d9b1263ff7
/
.
/
compiler
/
testData
/
codegen
/
boxJvm
/
inlineClasses
/
introducedAt.kt
blob: 66a76e19aaeb7c1fa42231a2cfd7b4bee2609a76 [
file
]
// WITH_STDLIB
class
MyClass
@OptIn
(
ExperimentalVersionOverloading
::
class
)
constructor
(
val s
:
String
=
"OK"
,
@IntroducedAt
(
"2"
)
val
property
:
UInt
=
2u
)
fun box
():
String
=
MyClass
().
s