blob: adbabf9f47f7bfc24fc3919a7144cf366ea72f15 [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.
// Dart test for testing access to private fields.
#library("PrivateTest.dart");
#import("private_other.lib");
#source("private1.dart");
#source("private2.dart");