blob: da78f23fc9afeaf6c1e94c557f1ddc85ee19dad5 [file] [log] [blame]
# Copyright (c) 2018, 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 Bound {}
void hasBound<T extends Bound>() {}
class A<T> {}
position: "main.dart#A"
expression: |
hasBound<T>()