Files
kotlin-fork/compiler/testData/diagnostics/tests/generics/kt1575-ClassObject.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

2 lines
41 B
Plaintext

class CO<T> where class object T : CO<T>