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