summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-09-04 11:41:35 +1000
committerJason Zaugg <jzaugg@gmail.com>2014-09-04 11:41:35 +1000
commita66f5df2bc7b56814bbd6f767a5bea198588d863 (patch)
tree5b2a046d4ee60ef6b83d6f7f64e4d9af8409723a /test/files/neg
parent266c2105d974ed423a8c6664fbba62553c51626d (diff)
parent984025b2bd15b343181aea9c00a50ac1cd721ca1 (diff)
downloadscala-a66f5df2bc7b56814bbd6f767a5bea198588d863.tar.gz
scala-a66f5df2bc7b56814bbd6f767a5bea198588d863.tar.bz2
scala-a66f5df2bc7b56814bbd6f767a5bea198588d863.zip
Merge pull request #3932 from gourlaysama/wip/t8498
SI-8498 @compileTimeOnly should be aware of bridge methods.
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/compile-time-only-a.check5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/files/neg/compile-time-only-a.check b/test/files/neg/compile-time-only-a.check
index 9bc96f6b9b..b1ed1d24c2 100644
--- a/test/files/neg/compile-time-only-a.check
+++ b/test/files/neg/compile-time-only-a.check
@@ -4,9 +4,6 @@ compile-time-only-a.scala:10: error: C3
compile-time-only-a.scala:12: error: C4
@compileTimeOnly("C4") case class C4(x: Int)
^
-compile-time-only-a.scala:17: error: C5
- implicit class C5(val x: Int) {
- ^
compile-time-only-a.scala:32: error: C1
new C1()
^
@@ -76,4 +73,4 @@ compile-time-only-a.scala:75: error: placebo
compile-time-only-a.scala:75: error: placebo
@placebo def x = (2: @placebo)
^
-26 errors found
+25 errors found