summaryrefslogtreecommitdiff
path: root/test/files/jvm5/annotations.scala
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2007-07-20 05:39:23 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2007-07-20 05:39:23 +0000
commit1adb565b6e22550d72bf99fb7a527034ed770629 (patch)
treede359f0f6855c538014327af0fd8a73f887c9d48 /test/files/jvm5/annotations.scala
parent247ec20681e3f7991e73c9ffc84859f9d6a0d838 (diff)
downloadscala-1adb565b6e22550d72bf99fb7a527034ed770629.tar.gz
scala-1adb565b6e22550d72bf99fb7a527034ed770629.tar.bz2
scala-1adb565b6e22550d72bf99fb7a527034ed770629.zip
Qualifying Integer/Character references with ja...
Qualifying Integer/Character references with java.lang
Diffstat (limited to 'test/files/jvm5/annotations.scala')
-rw-r--r--test/files/jvm5/annotations.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/jvm5/annotations.scala b/test/files/jvm5/annotations.scala
index 5c4d3ec996..addf2bb07f 100644
--- a/test/files/jvm5/annotations.scala
+++ b/test/files/jvm5/annotations.scala
@@ -125,6 +125,7 @@ object Test4 {
object Test5 {
import scala.reflect.BeanProperty
+ import java.lang.Integer
class Count {
// we use "Integer" instead of "Int" because of Java reflection
@BeanProperty