KT-1575 Can't define a fix-point generic type
#KT-1575 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
class CO<T> where class object T : CO<T>
|
||||
Reference in New Issue
Block a user
#KT-1575 Fixed
@@ -0,0 +1 @@
|
||||
class CO<T> where class object T : CO<T>
|
||||