blob: 2be101134b181df6c65c72445f8d4fc67133c765 [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.
part of Libraries_and_Scripts_A06_t01_lib;
class L2Class {
var field = 2;
func() => 2;
}
abstract class L2Interface {
static final i = 2;
}