Skip to content

Commit

Permalink
Ignore analysis warning for doc comment (#21773)
Browse files Browse the repository at this point in the history
This is to unblock a Dart -> engine roll.
  • Loading branch information
zanderso committed Oct 12, 2020
1 parent cff4ee7 commit fd1ba9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/scenario_app/lib/src/scenarios.dart
Expand Up @@ -14,7 +14,7 @@ import 'scenario.dart';
import 'send_text_focus_semantics.dart';
import 'touches_scenario.dart';

typedef ScenarioFactory = Scenario Function();
typedef ScenarioFactory = Scenario Function(); // ignore: public_member_api_docs

int _viewId = 0;

Expand Down

0 comments on commit fd1ba9c

Please sign in to comment.