14531fa62d
Only delta from the original is a bad merge of tests/corelib/list_test.dart
This reverts commit 44d8be0ed3.
BUG=
Review-Url: https://codereview.chromium.org/2774783002 .
9 lines
197 B
Dart
9 lines
197 B
Dart
import "deferred_load_library_wrong_args_lib.dart" deferred as lib;
|
|
|
|
void main() {
|
|
// Loadlibrary should be called without arguments.
|
|
lib.loadLibrary(
|
|
10 //# 01: runtime error
|
|
);
|
|
}
|