Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
534b00eff856e0e4dcaf105df9a043d9b1263ff7
/
.
/
compiler
/
testData
/
codegen
/
box
/
ir
/
simple.kt
blob: 82aade2a27f1108d69bbeba3f6d1263faf013308 [
file
]
class
Test
(
val ok
:
String
)
fun box
()
=
Test
(
"OK"
).
ok