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