Files
2014-10-15 12:22:35 +04:00

7 lines
105 B
Kotlin
Vendored

object Foo(a: Int, b: String)
object Foo(a: Int, b: String) {}
object Foo(a: Int, b: String) : Bar {
}