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

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: 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;
2
3 void main() {
4 // Loadlibrary should be called without arguments.
5 lib.loadLibrary(
6 10 /// 01: runtime error
7 );
8 }
OLDNEW
« no previous file with comments | « tests/language/deferred_load_library_wrong_args_lib.dart ('k') | tests/language/deferred_no_prefix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698