blob: 75a5c6e2241bd0d057ef91549326dc33b92ad6ef [file] [log] [blame]
// Copyright (c) 2012, 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.
library PrefixNewTest2;
class Prefix {
static const int foo = 42;
}