blob: 1d36227b7c6fe57b30c9481a4c4cc7fe6ce2d026 [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.
// @dart = 2.9
library Library1Lib;
class A {
A() {}
String foo() {
return "foo-rty two";
}
}