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

Snippet causes try.dartlang.org to hang #11222

Closed
peter-ahe-google opened this issue Jun 11, 2013 · 2 comments
Closed

Snippet causes try.dartlang.org to hang #11222

peter-ahe-google opened this issue Jun 11, 2013 · 2 comments
Assignees

Comments

@peter-ahe-google
Copy link
Contributor

// Go ahead and modify this example.

var greeting = "Hello, World!";

// Prints a greeting.
void main() {
 // The [print] function displays a message in the "Console" box.
 // Try modifying the greeting above and watch the "Console" box change.
var foo = [[1,2,3], [.expand((x) => x);
 print(foo.toList());

@peter-ahe-google
Copy link
Contributor Author

This is being handled fine, but we should add a regression test.

@peter-ahe-google
Copy link
Contributor Author

Removed Type-Defect label.
Added Type-Task label.

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

2 participants