blob: 19e11f409b916da81dfdac0a184ebf049e373c1f [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;
static f() {}
}