Sign in
dart
/
sdk.git
/
eaef692c3fcc36547c4e9d80bbddb070c7c0ee13
/
.
/
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
;