Sign in
dart
/
sdk.git
/
ca3cea291c0889bdaa1dd07bbded56e73f9de38d
/
.
/
pkg
/
vm_service
/
test
/
deferred_import_reload
/
v2
/
deferred.dart
blob: 83402dcd03174587590c5c11199e58c83e4c1e4c [
file
] [
log
] [
blame
]
// Copyright (c) 2023, 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.
String
foo
()
=>
'orange'
;