blob: 4799e708b0adae5c09116fa47e99abc8b37e017a [file] [log] [blame]
// Copyright (c) 2015, 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 lib1;
import "deferred_shared_and_unshared_classes_lib_shared.dart";
foo() {
print(new C1());
print(new CShared());
}