Closed
Description
This issue was originally filed by jimhug@google.com
These 4 tests check for conflicting names - but never actually reference those names. These tests should be allowed to pass unless the --compile_all flag is used to force full compilation and checking. These tests can all be trivially fixed by adding a reference in code (reachable from main) to the offending names.
This issue is equivalent to the one addressed in this commit (with accompanying code review discussion):
http://code.google.com/p/dart/source/detail?spec=svn1233&r=1055