blob: 65718b89a9362dfcbb45dee8f9237b9d13090e04 [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/ `pub run test -N unnecessary_nullable_for_final_variable_declarations`
final int _i = 1; // OK