Throw a type error in production mode when the type of the type test is not

declared (issue 2571).
Add test.
Delete bad negative test now covered by new test.
Update status files of different compilers.
Review URL: https://chromiumcodereview.appspot.com//10035058

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6754 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
regis@google.com
2012-04-19 17:01:28 +00:00
parent 3e370fe74e
commit f955de9bc0
8 changed files with 111 additions and 33 deletions
+1
View File
@@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
#library("builtin");
#import("dart:uri");
void print(arg) {
_Logger._printString(arg.toString());