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

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

Issue 2645733004: Run tree shaking in strong-mode baseline tests. (Closed)
Patch Set: Created 3 years, 11 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/kernel/testcases/strong-mode/optional.baseline.txt
diff --git a/pkg/kernel/testcases/strong-mode/optional.baseline.txt b/pkg/kernel/testcases/strong-mode/optional.baseline.txt
index 0ba01b938c5dc578e3be6797aeea92383f3d1e24..9387b668053dfa54d558358dec62a9d9e047f0f5 100644
--- a/pkg/kernel/testcases/strong-mode/optional.baseline.txt
+++ b/pkg/kernel/testcases/strong-mode/optional.baseline.txt
@@ -15,9 +15,6 @@ class Foo extends core::Object {
}
}
abstract class External extends core::Object {
- constructor •() → void
- : super core::Object::•()
- ;
abstract method externalMethod(core::int x, [core::int y, core::int z]) → core::String;
abstract method listen(self::Listener listener) → void;
}
@@ -43,7 +40,6 @@ class InvalidListener extends core::Object {
constructor •() → void
: super core::Object::•()
;
- method event(dynamic input, [dynamic x]) → void {}
}
external static method createExternal() → self::External;
static method main() → dynamic {

Powered by Google App Engine
This is Rietveld 408576698