From 9904c165becabd135d08925e8d6cf5655f871486 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Mon, 23 May 2011 18:40:03 -0400 Subject: [PATCH] an annotation can reference a non-simple type, fixes #24 --- interface/other | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/other b/interface/other index 2ee086bcb..78ebbc3c8 100644 --- a/interface/other +++ b/interface/other @@ -36,7 +36,7 @@ TypeParameter upperBound: Type Annotation - base: SimpleType + base: Type arguments: AnnotationArgument* AnnotationArgument name: String