Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dart2js emits unreadable spaces before accessing some properties. #4603

Closed
larsbak opened this issue Aug 20, 2012 · 3 comments
Closed

dart2js emits unreadable spaces before accessing some properties. #4603

larsbak opened this issue Aug 20, 2012 · 3 comments

Comments

@larsbak
Copy link

larsbak commented Aug 20, 2012

>>~/Find$ grep " ." Queens.js
  if (this.box_0 .first_1 !== true)
  this.box_0 .first_1 = false;
  this.this_0 .warmup$0();
  this.this_1 .exercise$0();
  t1 .first_1 = true;
  for (var t1 = $.iterator(c); t1 .hasNext$0() === true;) {
    var t2 = t1 .next$0();
  t1 .StringBufferImpl$1(content$);
  for (var t1 = $.iterator(c), first = true; t1 .hasNext$0() === true;) {
    var t2 = t1 .next$0();
  t1 .StopwatchImplementation$start$0();

@kasperl
Copy link

kasperl commented Aug 20, 2012

Added Triaged label.

@kasperl
Copy link

kasperl commented Aug 20, 2012

Set owner to [email protected].
Added Accepted label.

@DartBot
Copy link

DartBot commented Aug 20, 2012

This comment was originally written by [email protected]


Fixed in https://chromiumcodereview.appspot.com//10860036.


Added Fixed label.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants