Files
2017-03-22 13:36:16 +03:00

6 lines
84 B
Kotlin
Vendored

class a {
companion object b {
fun c() = "..."
}
fun d() = c()
}