blob: 61944a8031cc3d010b3b3b7e12fce1bc81a00c3d [file] [log] [blame]
// Copyright (c) 2017, 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.md file.
import 'target_class_static_lib.dart';
main() {
A.field1;
A.getter1;
A.setter1 = 0;
A.method1();
}