Chromium Code Reviews
DescriptionAdds support for remaining generic method syntax constructs.
CL https://codereview.chromium.org/1863053003/ added support for most
syntactic constructs in relation to generic methods/functions, and
this one adds the missing ones: Declarations of function typed arguments
with type parameters, declarations of generic local functions, and
declarations of generic literal function expressions. It also adds
support for `super` bounds, because they were discussed recently and
may be quite useful (and it turns out to be no problem to parse them).
Finally, a new test file is added to tests the additional constructs.
BUG=
R=johnniwinther@google.com
Committed: https://github.com/dart-lang/sdk/commit/377b806bbccbc969bb11b25c17c913e6df3dc31f
Patch Set 1 #Patch Set 2 : Added comment at a tricky point #
Total comments: 6
Patch Set 3 : Review response #
Total comments: 6
Patch Set 4 : Review 2 response #Messages
Total messages: 12 (4 generated)
|