Files
2023-03-20 22:04:48 +00:00

12 lines
89 B
Kotlin
Vendored

fun test(): Int = 3
val testVal: Int = 2
class C {
fun r() {
}
}
interface I