JET-84 Support generic parameter constraints for class objects

Done for classes only, not for functions
This commit is contained in:
Andrey Breslav
2011-06-05 00:32:17 +04:00
parent a32c7a4d87
commit 4204db9cb0
21 changed files with 196 additions and 62 deletions
+2 -2
View File
@@ -42,6 +42,6 @@ typeParameter
;
typeConstraint
: userType ":" type
: "class" "object" userType ":" type
: attributes SimpleName ":" type
: attributes "class" "object" SimpleName ":" type
;