blob: 8e46afb1cf0e6e95fddbe3a21302e6cb85295cc2 [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";
var bar = 1;