3 lines
35 B
Kotlin
Vendored
3 lines
35 B
Kotlin
Vendored
class C<T>
|
|
fun <T : C<T>> foo() {}
|
class C<T>
|
|
fun <T : C<T>> foo() {}
|