blob: 0d3e3116dd33af19170ff69d326cf87494da8bc6 [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;
}