Chromium Code Reviews
Descriptiondart2dart fix synthesized constructor appearing in unparser. Don't output it.
For example, if we have:
class A {
}
main() {
new A();
}
that would result in:
class A{class}...
that "class" is the unparse result of synthesized constructor.
Committed: https://code.google.com/p/dart/source/detail?r=9541
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 5 (0 generated)
|
||||||||||||||||||||||||||||