Files
sdk/tests/language_2/issue34495_test.dart
T
2018-11-06 22:45:42 +00:00

8 lines
279 B
Dart

// 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.
final foo = A<B>.foo(); //# 01: compile-time error
main() {}