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

Unified Diff: pkg/front_end/testcases/micro.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/micro.dart.direct.expect
diff --git a/pkg/front_end/testcases/micro.dart.direct.expect b/pkg/front_end/testcases/micro.dart.direct.expect
index 70c16ac10e6d04ec34768993b04383fb761243c1..585ce1994c7a8d6c99f2120b2f412d703d4ccbba 100644
--- a/pkg/front_end/testcases/micro.dart.direct.expect
+++ b/pkg/front_end/testcases/micro.dart.direct.expect
@@ -53,8 +53,8 @@ class DynamicReceiver2 extends core::Object {
static method staticMethod() → dynamic {
return "sdfg";
}
-external static abstract method externalStatic() → core::bool;
-external static abstract method createBar() → self::Bar;
+external static method externalStatic() → core::bool;
+external static method createBar() → self::Bar;
static method stringArgument(dynamic x) → dynamic {}
static method intArgument(dynamic x) → dynamic {}
static method makeDynamicCall(dynamic receiver) → void {

Powered by Google App Engine
This is Rietveld 408576698