391b57077b
#KT-5976 Fixed
7 lines
143 B
Kotlin
Vendored
7 lines
143 B
Kotlin
Vendored
object Foo where T : G
|
|
object Foo : Bar where T : G
|
|
|
|
object Foo() where T : G
|
|
object Foo() : Bar where T : G
|
|
|
|
object Foo() : Bar where T : G {} |