From 8922c4ed092a2fb4c3f6002f7c49d304f299cd02 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 6 Dec 2010 04:04:56 +0000 Subject: Moved ClassfileAnnotation/StaticAnnotation/Anno... Moved ClassfileAnnotation/StaticAnnotation/Annotation/TypeConstraint into scala.annotation and enabled the deprecated type aliases in scala.* to point there. Also enclosed is a new starr to bootstrap. No review. --- test/files/neg/bug935.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/files/neg/bug935.scala') diff --git a/test/files/neg/bug935.scala b/test/files/neg/bug935.scala index 8677efaf3f..299062adb8 100644 --- a/test/files/neg/bug935.scala +++ b/test/files/neg/bug935.scala @@ -1,3 +1,5 @@ +import annotation.Annotation + object Test3 { class E[T >: Nothing <: String](s: T) extends Annotation class B -- cgit v1.2.3