diff --git a/fixtures/_test/example/append_body/main.dart b/fixtures/_test/example/append_body/main.dart index 1129ddb06..edfdacc12 100644 --- a/fixtures/_test/example/append_body/main.dart +++ b/fixtures/_test/example/append_body/main.dart @@ -2,6 +2,7 @@ // 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. +// ignore: illegal_language_version_override // @dart=2.9 import 'dart:async'; diff --git a/fixtures/_test/example/hello_world/main.dart b/fixtures/_test/example/hello_world/main.dart index ee89a790e..ff9ba068b 100644 --- a/fixtures/_test/example/hello_world/main.dart +++ b/fixtures/_test/example/hello_world/main.dart @@ -2,6 +2,7 @@ // 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. +// ignore: illegal_language_version_override // @dart=2.9 import 'dart:async'; diff --git a/fixtures/_test/example/hello_world/part.dart b/fixtures/_test/example/hello_world/part.dart index 6ff5767d1..68a383f74 100644 --- a/fixtures/_test/example/hello_world/part.dart +++ b/fixtures/_test/example/hello_world/part.dart @@ -2,6 +2,7 @@ // 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. +// ignore: illegal_language_version_override // @dart=2.9 part of 'main.dart'; diff --git a/fixtures/_test/lib/deferred_library.dart b/fixtures/_test/lib/deferred_library.dart index bd0b1f152..e151c3e3f 100644 --- a/fixtures/_test/lib/deferred_library.dart +++ b/fixtures/_test/lib/deferred_library.dart @@ -2,6 +2,7 @@ // 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. +// ignore: illegal_language_version_override // @dart=2.9 /// A library that we can import. diff --git a/fixtures/_test/lib/library.dart b/fixtures/_test/lib/library.dart index 5d00634a9..f680d5413 100644 --- a/fixtures/_test/lib/library.dart +++ b/fixtures/_test/lib/library.dart @@ -2,6 +2,7 @@ // 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. +// ignore: illegal_language_version_override // @dart=2.9 /// A library that we can import. diff --git a/fixtures/_testCircular1/lib/library1.dart b/fixtures/_testCircular1/lib/library1.dart index ea0bbfb6e..00b05e18e 100644 --- a/fixtures/_testCircular1/lib/library1.dart +++ b/fixtures/_testCircular1/lib/library1.dart @@ -2,6 +2,7 @@ // 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. +// ignore: illegal_language_version_override // @dart=2.9 /// A library that we can import. diff --git a/fixtures/_testCircular2/lib/library2.dart b/fixtures/_testCircular2/lib/library2.dart index f316c2223..3580c7447 100644 --- a/fixtures/_testCircular2/lib/library2.dart +++ b/fixtures/_testCircular2/lib/library2.dart @@ -2,6 +2,7 @@ // 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. +// ignore: illegal_language_version_override // @dart=2.9 import 'package:_test_circular1/library1.dart'; diff --git a/fixtures/_testCircular2/web/main.dart b/fixtures/_testCircular2/web/main.dart index cf8ac1181..9c26c2fe4 100644 --- a/fixtures/_testCircular2/web/main.dart +++ b/fixtures/_testCircular2/web/main.dart @@ -2,6 +2,7 @@ // 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. +// ignore: illegal_language_version_override // @dart=2.9 import 'dart:async'; diff --git a/fixtures/_testPackage/lib/src/test_part.dart b/fixtures/_testPackage/lib/src/test_part.dart index 55e99f025..eb5f575e2 100644 --- a/fixtures/_testPackage/lib/src/test_part.dart +++ b/fixtures/_testPackage/lib/src/test_part.dart @@ -2,6 +2,7 @@ // 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. +// ignore: illegal_language_version_override // @dart=2.9 part of '../test_library.dart'; diff --git a/fixtures/_testPackage/lib/test_library.dart b/fixtures/_testPackage/lib/test_library.dart index ee8f3866c..f8f85a105 100644 --- a/fixtures/_testPackage/lib/test_library.dart +++ b/fixtures/_testPackage/lib/test_library.dart @@ -2,6 +2,7 @@ // 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. +// ignore: illegal_language_version_override // @dart=2.9 part 'src/test_part.dart'; diff --git a/fixtures/_testPackage/web/main.dart b/fixtures/_testPackage/web/main.dart index 6817fe77c..c981099f2 100644 --- a/fixtures/_testPackage/web/main.dart +++ b/fixtures/_testPackage/web/main.dart @@ -2,6 +2,7 @@ // 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. +// ignore: illegal_language_version_override // @dart=2.9 import 'dart:async'; diff --git a/fixtures/_webdevSmoke/web/main.dart b/fixtures/_webdevSmoke/web/main.dart index 8bf177220..d4b08de5c 100644 --- a/fixtures/_webdevSmoke/web/main.dart +++ b/fixtures/_webdevSmoke/web/main.dart @@ -2,6 +2,7 @@ // 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. +// ignore: illegal_language_version_override // @dart = 2.9 import 'dart:async'; diff --git a/fixtures/_webdevSmoke/web/scopes_main.dart b/fixtures/_webdevSmoke/web/scopes_main.dart index 1733d9ff8..5f3dfffd3 100644 --- a/fixtures/_webdevSmoke/web/scopes_main.dart +++ b/fixtures/_webdevSmoke/web/scopes_main.dart @@ -2,6 +2,7 @@ // 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. +// ignore: illegal_language_version_override // @dart = 2.9 /// An example with more complicated scope