This commit is contained in:
Alexander Aprelev 2018-07-16 09:18:07 -07:00 committed by GitHub
parent c8516387e2
commit f861b8ca20

View File

@ -95,8 +95,7 @@ static const char* kDartStrongModeArgs[] = {
// clang-format off
"--strong",
"--reify_generic_functions",
// TODO(bkonyi): uncomment when sync-async is enabled in flutter/flutter.
// "--sync_async",
"--sync_async",
// clang-format on
};