Files
kotlin-fork/native/objcexport-header-generator/testData/headers/simpleClass/Foo.kt
T
2024-01-08 15:25:19 +00:00

4 lines
78 B
Kotlin
Vendored

class Foo {
val someProperty: Int = 42
fun someMethod(): String = ""
}