From e56b26b55de6459ae74ff86e2a62dd2d00436ab2 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 31 Dec 2013 12:49:23 +0100 Subject: Fixing the type of a named self reference. This was previously C.this.self but it should be C.this --- src/dotty/tools/dotc/core/Flags.scala | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dotty/tools/dotc/core/Flags.scala') diff --git a/src/dotty/tools/dotc/core/Flags.scala b/src/dotty/tools/dotc/core/Flags.scala index 7c25e471a..5fe146800 100644 --- a/src/dotty/tools/dotc/core/Flags.scala +++ b/src/dotty/tools/dotc/core/Flags.scala @@ -359,6 +359,9 @@ object Flags { /** Symbol is a generated specialized member */ final val Specialized = commonFlag(53, "") + /** Symbol is a self name */ + final val SelfName = termFlag(54, "") + /** Symbol is an implementation class */ final val ImplClass = typeFlag(54, "") -- cgit v1.2.3