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

Side by Side Diff: pkg/front_end/testcases/rasta/unresolved_recovery.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 unified diff | Download patch
OLDNEW
1 library; 1 library;
2 import self as self; 2 import self as self;
3 import "dart:core" as core;
3 4
4 static method main() → dynamic 5 class E extends core::Object {
5 throw "pkg/front_end/testcases/rasta/unresolved_recovery.dart:20:6: Error: Exp ected ';' before this.\n on Exception catch (e) { }\n ^"; 6 constructor •() → self::E
7 : super core::Object::•();
8 method foo() → dynamic {
9 super.[]=(4, 42);
10 let final dynamic #t1 = 4 in super.[]=(#t1, super.[](#t1).+(5));
11 return super.[](2);
12 }
13 }
14 static method beforeTestMissingTry() → dynamic {
15 throw core::_genericNoSuchMethod(null, #testMissingTry, <dynamic>[], <dynamic, dynamic>{}, null);
16 }
17 static method testMissingTry() → dynamic
18 invalid-statement;
19 static method main() → dynamic {}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698