mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Ignore analysis warning for doc comment (flutter/engine#21773)
This is to unblock a Dart -> engine roll.
This commit is contained in:
parent
3482cc9dd9
commit
ebbd3f7a49
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user