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

Unified Diff: pkg/kernel/testcases/type-propagation/static_setter.baseline.txt

Issue 2781473004: Remove some additional code that depended on the old type propagation. (Closed)
Patch Set: Update fasta shadow AST Created 3 years, 9 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/type-propagation/static_setter.baseline.txt
diff --git a/pkg/kernel/testcases/type-propagation/static_setter.baseline.txt b/pkg/kernel/testcases/type-propagation/static_setter.baseline.txt
deleted file mode 100644
index 6bf6f26c3b25eb6f4fdd9b673eff8f4a4b5740e0..0000000000000000000000000000000000000000
--- a/pkg/kernel/testcases/type-propagation/static_setter.baseline.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-library;
-import self as self;
-import "dart:core" as core;
-
-class Foo extends core::Object {
- constructor •() → void
- : super core::Object::•()
- ;
-}
-static set foo(dynamic/self::Foo! {other} x) → dynamic/Null {}
-static method main() → dynamic/Null {
- self::foo = new self::Foo::•();
-}

Powered by Google App Engine
This is Rietveld 408576698