Files
2024-01-08 15:25:19 +00:00

4 lines
66 B
Kotlin
Vendored

object Foo {
val someProperty = 42
fun someMethod() = ""
}