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