Sign in
dart
/
sdk.git
/
refs/heads/base
/
.
/
tests
/
modular
/
unused_library_and_module
/
unused_module.dart
blob: 06d84dd717e3af48750c990d25e0d5522a0ac301 [
file
] [
log
] [
blame
] [
edit
]
// 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
;