blob: d8cca87133bc0897b87473054c0d850604e0a328 [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.
library Imports_A02_t20_lib;
import "namespace_changes_lib.dart";
export "namespace_changes_lib.dart";
// redefine a couple declarations from the re-exported library
class aFoo {}
var aFunc = 42;