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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user