Skip to content

Commit

Permalink
Version 2.14.0-358.0.dev
Browse files Browse the repository at this point in the history
Merge commit '45ae00676adcd36eda411dd6fcec550784128b9a' into 'dev'
  • Loading branch information
Dart CI committed Jul 27, 2021
2 parents 97359a1 + 45ae006 commit c9f1521
Show file tree
Hide file tree
Showing 39 changed files with 2,341 additions and 2,360 deletions.
Expand Up @@ -11,7 +11,6 @@ import 'context_collection_resolution.dart';
main() {
defineReflectiveSuite(() {
defineReflectiveTests(LocalVariableResolutionTest);
defineReflectiveTests(LocalVariableResolutionWithNullSafetyTest);
});
}

Expand Down Expand Up @@ -95,11 +94,7 @@ void f() {
expect(x.isLate, isFalse);
expect(x.isStatic, isFalse);
}
}

@reflectiveTest
class LocalVariableResolutionWithNullSafetyTest
extends LocalVariableResolutionTest with WithNullSafetyMixin {
test_element_late() async {
await assertErrorsInCode(r'''
void f() {
Expand Down

0 comments on commit c9f1521

Please sign in to comment.