Chromium Code Reviews
DescriptionParse method names that include type variables.
As a first step to allow factory methods to specify type variables, this
allows the parser to accept statements similar to the form:
class A {
factory B<T>.create() { }
}
http://code.google.com/p/dart/issues/detail?id=417
Committed: https://code.google.com/p/dart/source/detail?r=2004
Committed: https://code.google.com/p/dart/source/detail?r=2024
Patch Set 1 #
Total comments: 13
Patch Set 2 : Feedback from mmedendez #
Total comments: 2
Messages
Total messages: 5 (0 generated)
|
||||||||||||||||||||||||||||