Replace 'explicit_reopen' mention with 'implicit_reopen'

Closes https://github.com/dart-lang/sdk/pull/52318

GitOrigin-RevId: 162234b0174615ee749a53acc62dc0eaff4850c2
Change-Id: I70ec74cee7f9ed9d6b4ec18ee485df509bd83712
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/302222
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
Marcin Wojnarowski 2023-05-16 18:41:24 +00:00 committed by Commit Queue
parent 8d6bc8dd60
commit 0f88ed05ef

View file

@ -460,7 +460,7 @@ information on the flag, see [NATIVE_NULL_ASSERTIONS.md][].
Updates the Linter to `1.35.0`, which includes changes that
- add new lints:
- `explicit_reopen`
- `implicit_reopen`
- `unnecessary_breaks`
- `type_literal_in_constant_pattern`
- `invalid_case_patterns`