Skip to content

Commit

Permalink
Fixes dart-lang#2356. Fix nullability in dynamic_semantics_member_inv…
Browse files Browse the repository at this point in the history
…ocation_A03_t02.dart
  • Loading branch information
sgrekhov committed Nov 14, 2023
1 parent 36f6ee9 commit 6e672f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import "../../Utils/expect.dart";

extension type ET1<T>(T id) {
Object test1() => this;
Object? test1() => this;
void test2() {
Expect.identical(this, id);
}
Expand Down

0 comments on commit 6e672f9

Please sign in to comment.