Sign in
dart
/
sdk.git
/
4b61ceb1d28d6f57520626337cb91060bf5f110a
/
.
/
tests
/
modular
/
unused_library_and_module
/
unused_module.dart
blob: 06d84dd717e3af48750c990d25e0d5522a0ac301 [
file
] [
log
] [
blame
]
// Copyright (c) 2022, 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.
const
int
unusedConstant2
=
3
;