未验证 提交 c8755d74 编写于 作者: J Jason Simmons 提交者: GitHub

Update FlutterFrontendCompiler.rejectLastDelta to match the signature in CompilerInterface (#6426)

上级 74e68ff8
......@@ -42,7 +42,7 @@ class _FlutterFrontendCompiler implements frontend.CompilerInterface{
}
@override
Future<Null> rejectLastDelta() async {
Future<void> rejectLastDelta() async {
return _compiler.rejectLastDelta();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册