blob: ef1eb4902e674ea992b60bac0fcb6ca8420298f3 [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.
interface A {
static var a;
}
class InterfaceStaticNonConstFieldsNegativeTest {
static testMain() {
}
}
main() {
InterfaceStaticNonFinalFieldsNegativeTest.testMain();
}