blob: f1d31a0da09d5c206654738913f64854a59bfe88 [file] [log] [blame]
// Copyright (c) 2011, 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.
@Annot()
part of Parts_test_lib;
class Annot {
const Annot();
}
final foo = "foo";
// ^^^
// [analyzer] unspecified
// [cfe] unspecified
var bar = 1;