208ab625c1
Closes #41436 Change-Id: Ib6227a34ca188a379f8910a2911082caef280d79 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/142984 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
10 lines
255 B
Dart
10 lines
255 B
Dart
// Copyright (c) 2020, 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.
|
|
|
|
import 'dart:test';
|
|
|
|
main() {
|
|
A a;
|
|
}
|