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

7 lines
190 B
Kotlin
Vendored

val foo = object Name where T : G {}
val foo = object : Bar where T : G {}
val foo = object() where T : G {}
val foo = object() : Bar where T : G {}
val foo = object() : Bar where T : G {}