3d8d92c7d3
- test data files renamed from *.jet to *.kt
4 lines
160 B
Kotlin
4 lines
160 B
Kotlin
open class C<T : C<T>>
|
|
class TestOK : C<TestOK>()
|
|
class TestFail : C<<!UPPER_BOUND_VIOLATED, UPPER_BOUND_VIOLATED!>C<<!UPPER_BOUND_VIOLATED!>TestFail<!>><!>>()
|