391b57077b
#KT-5976 Fixed
8 lines
124 B
Kotlin
Vendored
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)
|