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

10 lines
107 B
Kotlin
Vendored

class <caret>a {
companion object b {
fun c() = "..."
}
fun d() = c()
}
fun foo() {
}