From 8484a8b26c62549e9deb5953d1497819e4ffccd7 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Wed, 22 Oct 2008 07:52:41 +0000 Subject: fixed #1214 --- test/files/pos/annotations.scala | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/files/pos/annotations.scala b/test/files/pos/annotations.scala index 558fd62956..4e2bc6a9eb 100644 --- a/test/files/pos/annotations.scala +++ b/test/files/pos/annotations.scala @@ -10,6 +10,9 @@ object Test { def c: Int @ann(x) = 1 def d: String @ann({val z = 0; z - 1}) = "2" + //bug #1214 + val y = new (Integer @ann(0))(2) + import scala.reflect.BeanProperty // bug #637 -- cgit v1.2.3