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

Unified Diff: pkg/front_end/testcases/rasta/deferred_load.dart.direct.expect

Issue 2953503002: Only set types of conditional expressions in strong mode. (Closed)
Patch Set: Created 3 years, 6 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
Index: pkg/front_end/testcases/rasta/deferred_load.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/deferred_load.dart.direct.expect b/pkg/front_end/testcases/rasta/deferred_load.dart.direct.expect
index f68c8388800802d378b0b417c722a120bae223e5..d7651c07dfe43a75d20fff79124c0ec153002a87 100644
--- a/pkg/front_end/testcases/rasta/deferred_load.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/deferred_load.dart.direct.expect
@@ -2,8 +2,7 @@ library;
import self as self;
import "dart:core" as core;
-const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/rasta/deferred_load.dart:8:7: Error: Deferred loading isn't implemented yet.\n lib.loadLibrary;\n ^", "pkg/front_end/testcases/rasta/deferred_load.dart:9:7: Error: Deferred loading isn't implemented yet.\n lib.loadLibrary();\n ^"]/* from null */;
static method main() → dynamic {
- const core::_ConstantExpressionError::•()._throw(new core::_CompileTimeError::•("pkg/front_end/testcases/rasta/deferred_load.dart:8:7: Error: Deferred loading isn't implemented yet.\n lib.loadLibrary;\n ^"));
- const core::_ConstantExpressionError::•()._throw(new core::_CompileTimeError::•("pkg/front_end/testcases/rasta/deferred_load.dart:9:7: Error: Deferred loading isn't implemented yet.\n lib.loadLibrary();\n ^")).call();
+ throw new core::NoSuchMethodError::•(null, #loadLibrary, <dynamic>[], <dynamic, dynamic>{}, null);
+ throw new core::NoSuchMethodError::•(null, #lib.loadLibrary, <dynamic>[], <dynamic, dynamic>{}, null);
}

Powered by Google App Engine
This is Rietveld 408576698