From 5610fe1abbb8e4cb005d644f37669f872327828b Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 1 Feb 2013 15:00:03 +0100 Subject: Refined completion, in particular for module symbols and made contexts explicit. Made contexts in class constructors explicit (named initctx), so that we can better track where they are used. It's important that the context is not retained in the state of the object. --- src/dotty/tools/dotc/core/Annotations.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dotty/tools/dotc/core/Annotations.scala') diff --git a/src/dotty/tools/dotc/core/Annotations.scala b/src/dotty/tools/dotc/core/Annotations.scala index ead92409e..71e747598 100644 --- a/src/dotty/tools/dotc/core/Annotations.scala +++ b/src/dotty/tools/dotc/core/Annotations.scala @@ -6,6 +6,7 @@ object Annotations { abstract class Annotation { def matches(cls: Symbol) = ??? + def appliesToModule: Boolean = ??? } } \ No newline at end of file -- cgit v1.2.3