391b57077b
#KT-5976 Fixed
7 lines
105 B
Kotlin
Vendored
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 {
|
|
|
|
} |