From 76bb23df5e2909871f4f6ba3184abe99f9ba667a Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 14 Jan 2013 23:29:50 -0800 Subject: SI-6083, misleading annotation error message. When an implicit conversion causes an apparently constant argument not to be constant, show the conversion, not the constant. --- test/files/neg/t6083.check | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/files/neg/t6083.check (limited to 'test/files/neg/t6083.check') diff --git a/test/files/neg/t6083.check b/test/files/neg/t6083.check new file mode 100644 index 0000000000..c9b5ba05d3 --- /dev/null +++ b/test/files/neg/t6083.check @@ -0,0 +1,10 @@ +t6083.scala:6: 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 annot(value: String) extends annotation.ClassfileAnnotation + ^ +t6083.scala:7: error: annotation argument needs to be a constant; found: conv.i2s(101) +@annot(101) class C + ^ +one warning found +one error found -- cgit v1.2.3