JET-84 Support generic parameter constraints for class objects
Done for classes only, not for functions
This commit is contained in:
@@ -42,6 +42,6 @@ typeParameter
|
||||
;
|
||||
|
||||
typeConstraint
|
||||
: userType ":" type
|
||||
: "class" "object" userType ":" type
|
||||
: attributes SimpleName ":" type
|
||||
: attributes "class" "object" SimpleName ":" type
|
||||
;
|
||||
Reference in New Issue
Block a user