Sign in
dart
/
sdk.git
/
0a4c6a5cf4f6c14d329f39e6acb46e6816a1f3db
/
.
/
tests
/
language
/
deferred
/
deferred_and_immediate_import_lib.dart
blob: 61eeb089e86eb64ddfd104e2277d3e6bd11bdc82 [
file
] [
log
] [
blame
]
// Copyright (c) 2020, 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.
foo
()
{
print
(
"Foo!"
);
}