Skip to content

Commit c0fb4cb

Browse files
update
1 parent d0bbc51 commit c0fb4cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/go_router_builder/test_inputs/parameter_generates_a_warning.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ class MyRoute extends GoRouteData with _$MyRoute {
99
const MyRoute(this.id);
1010
final int id;
1111
}
12+
13+
// TODO: avoid error when run analytic
14+
mixin _$MyRoute {}

0 commit comments

Comments
 (0)