Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: tests/language/deferred_load_library_wrong_args_test.dart

Issue 201613006: Introduces the new syntax for deferred loading (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Ambigous elements are not top-level. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 import "deferred_load_library_wrong_args_lib.dart" deferred as lib; /// 01: runt ime error
2
3 void main() {
4 // Loadlibrary should be called without arguments.
5 lib.loadLibrary(10); /// 01: continued
floitsch 2014/03/19 21:04:51 make the error-area smaller. lib.loadLibrary( 1
sigurdm 2014/03/20 12:26:33 Done.
6 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698