Skip to content

Commit fd1ba9c

Browse files
authored
Ignore analysis warning for doc comment (flutter#21773)
This is to unblock a Dart -> engine roll.
1 parent cff4ee7 commit fd1ba9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/scenario_app/lib/src/scenarios.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import 'scenario.dart';
1414
import 'send_text_focus_semantics.dart';
1515
import 'touches_scenario.dart';
1616

17-
typedef ScenarioFactory = Scenario Function();
17+
typedef ScenarioFactory = Scenario Function(); // ignore: public_member_api_docs
1818

1919
int _viewId = 0;
2020

0 commit comments

Comments
 (0)