da663d6eb0
Closes #42792 Change-Id: I21757f0f8417ad677d075e8417e390e1fa532a2b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155444 Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
8 lines
255 B
Dart
8 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.
|
|
|
|
// @dart = 2.8
|
|
|
|
abstract class A<T> {}
|