49599e06cc
Change-Id: I2be38df49e6f242d9fe59f34164549da4a0f41b5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/424683 Reviewed-by: Paul Berry <paulberry@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
9 lines
322 B
Dart
9 lines
322 B
Dart
// Copyright (c) 2024, 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.
|
|
|
|
@Deprecated('Import element.dart instead')
|
|
library;
|
|
|
|
export 'package:analyzer/dart/element/element.dart';
|