Descriptiondart2dart fix "get" appearing before type in typed getter.
Example:
String get foo() {return smth;}
=>
get String foo() {return smth;}
Committed: https://code.google.com/p/dart/source/detail?r=9587
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix unparser instead #
Messages
Total messages: 4 (0 generated)
|