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

Side by Side Diff: pkg/front_end/testcases/inference/infer_statics_transitively.dart.strong.expect

Issue 2936043002: Chase imports in analyzer's front_end_inference_test. (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
(Empty)
1 library test;
2 import self as self;
3 import "dart:core" as core;
4 import "./infer_statics_transitively_a.dart" as inf;
5
6 static final field core::int m1 = inf::a1;
7 static final field core::int m2 = inf::A::a2;
8 static method foo() → dynamic {
9 core::int i;
10 i = self::m1;
11 }
12 static method main() → dynamic {}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698