b040d3c853
Fixes https://github.com/dart-lang/sdk/issues/34515 Change-Id: Ibbecab411515309db9f45f7b59283f54d878223a Reviewed-on: https://dart-review.googlesource.com/c/92261 Auto-Submit: Peter von der Ahé <ahe@google.com> Commit-Queue: Kevin Millikin <kmillikin@google.com> Reviewed-by: Kevin Millikin <kmillikin@google.com>
8 lines
268 B
Dart
8 lines
268 B
Dart
// Copyright (c) 2019, 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.
|
|
|
|
class ImportedClass {
|
|
ImportedClass(String a);
|
|
}
|