From aa23b61be951622edd5fb6fea250e60878a51dc9 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Wed, 8 May 2019 09:28:47 -0700 Subject: [PATCH] Roll src/third_party/dart 0e2e186262..f80f0bfcfd (4 commits) f80f0bfcfd Reland "Implement the type Never" 9203ad5e89 Include receiver method invocation receiver type in static type test 5ce8402b0d Handle let variable like normal variables in static type computation 27d806b5a2 Add CodegenResult as the result of FunctionCompiler.compile --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8750251f87..ac9f2ada66 100644 --- a/DEPS +++ b/DEPS @@ -31,7 +31,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS. # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '0e2e186262124bd5e5fd1c69df893ec477046ca4', + 'dart_revision': 'f80f0bfcfd648e93b4e07b09b7d2501d4a566c73', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py