We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This issue was originally filed by ms...@unipro.ru
What steps will reproduce the problem? Run the following tests: main() { (const []).addLast(1); }
or
main() { (const {})["k1"] = 1; }
What is the expected output? What do you see instead? Expected: runtime error Actual: tests execute without errors
What version of the product are you using? On what operating system? Dartc r3931. OS: Ubuntu 10.04
Please provide any additional information below.
The text was updated successfully, but these errors were encountered:
This comment was originally written by zundel@google.com
Added Area-Compiler, Duplicate labels. Marked as being merged into #176.
Sorry, something went wrong.
No branches or pull requests
This issue was originally filed by ms...@unipro.ru
What steps will reproduce the problem?
Run the following tests:
main() {
(const []).addLast(1);
}
or
main() {
(const {})["k1"] = 1;
}
What is the expected output? What do you see instead?
Expected: runtime error
Actual: tests execute without errors
What version of the product are you using? On what operating system?
Dartc r3931. OS: Ubuntu 10.04
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: