Sign in
dart
/
sdk
/
e09493b7bc80098b5e71c9b2f34ee8da1fc7c160
/
.
/
tests
/
language_2
/
deferred
/
load_library_wrong_args_lib.dart
blob: 4f27b7807f7e8ae675867a467fb4cb9ed41bf506 [
file
]
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// @dart = 2.9
foo
()
=>
42
;