blob: 185faf7483ba82832f921cd402421afa6eb613dc [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.
library same_name_static_member_in_superclass_lib;
class A {
static double _f = 0;
static f() {}
}