blob: e2d388cbcd0645dfc0142e9176896c8746ccdc12 [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.
// test w/ `dart test -N unnecessary_nullable_for_final_variable_declarations`
final int _i = 1; // OK