Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(737)

Unified Diff: pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart

Issue 3007053002: Fix DDC SDK gen
Patch Set: git cl issue 0 Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | pkg/dev_compiler/tool/sdk_expected_errors.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
diff --git a/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
index da180c4d7cf0aa74221bd1eca79d172e5476d6c1..5e8bfccf0823cc78cb3535f994ab6f59b5c23a51 100644
--- a/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
+++ b/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart
@@ -569,6 +569,12 @@ class NoSuchMethodError {
_namedArguments = namedArguments,
_existingArgumentNames = existingArgumentNames;
+ @patch
+ NoSuchMethodError.withInvocation(Object receiver, Invocation invocation) {
+ throw new UnsupportedError(
+ "'NoSuchMethodError.withInvocation' is not supported");
+ }
+
@patch
String toString() {
StringBuffer sb = new StringBuffer('');
« no previous file with comments | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | pkg/dev_compiler/tool/sdk_expected_errors.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698