Files
2022-10-05 15:06:52 +00:00

5 lines
65 B
Kotlin
Vendored

class C {
object Foo {
<expr>val x = 4</expr>
}
}