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

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

Issue 2949753002: Print static types of conditional expressions. (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 d7651c07dfe43a75d20fff79124c0ec153002a87..f68c8388800802d378b0b417c722a120bae223e5 100644
--- a/pkg/front_end/testcases/rasta/deferred_load.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/deferred_load.dart.direct.expect
@@ -2,7 +2,8 @@ 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 {
- throw new core::NoSuchMethodError::•(null, #loadLibrary, <dynamic>[], <dynamic, dynamic>{}, null);
- throw new core::NoSuchMethodError::•(null, #lib.loadLibrary, <dynamic>[], <dynamic, dynamic>{}, null);
+ 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();
}

Powered by Google App Engine
This is Rietveld 408576698