blob: e057e29eed0077edbaed338ebbd627dd3ae9fd9c [file] [log] [blame]
# Copyright (c) 2022, 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.
sources: |
class E<T> {
T? _t;
T? get t => _t;
}
position: "#E"
expression: |
t