dart-sdk/tests/language/reexport_core_helper.dart
johnniwinther@google.com 4299d2c6a2 Process handled exports correctly.
This should solve the resolution bug in http://dartbug.com/7069

Review URL: https://codereview.chromium.org//11747010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17211 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-17 14:29:03 +00:00

9 lines
269 B
Dart

// Copyright (c) 2013, 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 reexport_core_helper;
export 'dart:core';