From c373bdc3b8400bf5257e911eeefbfad4fde0ef4d Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Tue, 2 Oct 2007 23:31:46 +0000 Subject: Updated the attributes test because there is a ... Updated the attributes test because there is a warning when subclassing ClassfileAnnotation --- test/files/run/attributes.check | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/files/run/attributes.check (limited to 'test/files/run/attributes.check') diff --git a/test/files/run/attributes.check b/test/files/run/attributes.check new file mode 100644 index 0000000000..8b11a7018f --- /dev/null +++ b/test/files/run/attributes.check @@ -0,0 +1,7 @@ +attributes.scala:60: warning: implementation restriction: subclassing Classfile does not +make your annotation visible at runtime. If that is what +you want, you must write the annotation class in Java. +class a4(ns: Array[Int]) extends scala.ClassfileAnnotation; + ^ +one warning found +no such file: Test -- cgit v1.2.3