From b28c9ef75e274bdc54e9502e56c95b505495de5b Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 4 Jun 2013 18:00:37 +0200 Subject: Refactoring: breaking out desugaring into its own object. Also, changing the maps in Namer. More commenting needs to be done. Pushing now to get off this machine and back to the new one, which just came back form repair. --- 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 1b918cfcd..e15ca04d3 100644 --- a/src/dotty/tools/dotc/core/Flags.scala +++ b/src/dotty/tools/dotc/core/Flags.scala @@ -430,6 +430,9 @@ object Flags { /** A type parameter with synthesized name */ final val ExpandedTypeParam = allOf(ExpandedName, TypeParam) + /** A parameter or parameter accessor */ + final val ParamOrAccessor = Param | Accessor + /** A Java interface */ final val JavaInterface = allOf(JavaDefined, Trait) -- cgit v1.2.3