| Index: tests/language_strong/built_in_identifier_prefix_library_static.dart
|
| diff --git a/tests/language_strong/built_in_identifier_prefix_library_static.dart b/tests/language_strong/built_in_identifier_prefix_library_static.dart
|
| deleted file mode 100644
|
| index 74bb77d0424a6e2bee62b405ae25983db8f652a3..0000000000000000000000000000000000000000
|
| --- a/tests/language_strong/built_in_identifier_prefix_library_static.dart
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -// Copyright (c) 2012, 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.
|
| -
|
| -library static;
|
| -
|
| -class A {}
|
| -
|
| -class B<T> {}
|
| -
|
| -class C<T, S> {}
|
|
|