blob: eaf300f7b56bf9acdf92ae3929778ed202809403 [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() {}
}