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

Unified Diff: pkg/compiler/lib/src/resolution/access_semantics.dart

Issue 1867333002: Add kinds for serialization. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Rebased Created 4 years, 8 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 | pkg/compiler/lib/src/resolution/operators.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/resolution/access_semantics.dart
diff --git a/pkg/compiler/lib/src/resolution/access_semantics.dart b/pkg/compiler/lib/src/resolution/access_semantics.dart
index 87a0bc4f504c2be1744582c65c351a5b3ca6169a..fdd8410ea70f9afe9cc28b6d4fd9b3a671e27219 100644
--- a/pkg/compiler/lib/src/resolution/access_semantics.dart
+++ b/pkg/compiler/lib/src/resolution/access_semantics.dart
@@ -291,7 +291,7 @@ class ConstantAccess extends AccessSemantics {
class StaticAccess extends AccessSemantics {
final Element element;
- StaticAccess._(AccessKind kind, this.element) : super._(kind);
+ StaticAccess.internal(AccessKind kind, this.element) : super._(kind);
StaticAccess.superSetter(MethodElement this.element)
: super._(AccessKind.SUPER_SETTER);
« no previous file with comments | « no previous file | pkg/compiler/lib/src/resolution/operators.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698