Files
kotlin-fork/compiler/testData/diagnostics/tests/generics/kt1575-Function.jet
T
Andrey Breslav 47934b1fe7 KT-1575 Can't define a fix-point generic type
#KT-1575 Fixed
2012-05-03 14:43:53 +04:00

3 lines
35 B
Plaintext

class C<T>
fun <T : C<T>> foo() {}