3d8d92c7d3
- test data files renamed from *.jet to *.kt
3 lines
35 B
Kotlin
3 lines
35 B
Kotlin
class C<T>
|
|
fun <T : C<T>> foo() {}
|