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

3 lines
73 B
Kotlin
Vendored

object Foo<T, R> private (x: Int, y: Int) : Bar, Baz {
fun foo() {}
}