blob: 7321eff3ec7d2049b7d5616d85dca46d178fcf9d [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.
@Annot1()
part of Parts_test_lib;
class Annot {
const Annot();
}
final foo = "foo";
var bar = 1;