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

8 lines
124 B
Kotlin
Vendored

val foo = object(a: Int, b: String) {}
val foo = object(a: Int, b: String) : Bar {
}
val foo = object(a: Int, b: String)