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

Unified Diff: pkg/kernel/testcases/strong-mode/covariant_generic.baseline.txt

Issue 2731483002: Regenerate baseline files for kernel/test/baseline_strong_mode_test (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/testcases/strong-mode/covariant_generic.baseline.txt
diff --git a/pkg/kernel/testcases/strong-mode/covariant_generic.baseline.txt b/pkg/kernel/testcases/strong-mode/covariant_generic.baseline.txt
index 5bd8f3c1cf22ac19a60c636845c293baf1999651..1e99fae14bc5db0d02d9df0648da36f9348d5c67 100644
--- a/pkg/kernel/testcases/strong-mode/covariant_generic.baseline.txt
+++ b/pkg/kernel/testcases/strong-mode/covariant_generic.baseline.txt
@@ -15,7 +15,7 @@ class Foo<T extends core::Object> extends core::Object {
method withCallback((self::Foo::T) → void callback) → void {
callback.call(this.{self::Foo::finalField});
}
- set /* from null */ mutableField$cc(core::Object mutableField_) → dynamic
+ set mutableField$cc(core::Object mutableField_) → dynamic
this.{=self::Foo::mutableField} = mutableField_ as self::Foo::T;
method method$cc(core::Object x) → void
this.{=self::Foo::method}(x as self::Foo::T);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698