summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/reify/codegen/GenAnnotationInfos.scala
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2016-09-13 13:33:05 -0700
committerSom Snytt <som.snytt@gmail.com>2017-03-11 23:38:08 -0800
commit1b415c904bece230a706c0d19462345fc87abf67 (patch)
tree7b7e629563a52f5b92884a95bd63dbc0d3978975 /src/compiler/scala/reflect/reify/codegen/GenAnnotationInfos.scala
parentf672aff3f3b92506741b62d8f7eae6d1e0dc36a7 (diff)
downloadscala-1b415c904bece230a706c0d19462345fc87abf67.tar.gz
scala-1b415c904bece230a706c0d19462345fc87abf67.tar.bz2
scala-1b415c904bece230a706c0d19462345fc87abf67.zip
SI-8040 Heeding -Ywarn-unused
Polish notation, as in shoe-shine, as recommended by the warning. Minor clean-ups as advocated by `Ywarn-unused` and `Xlint`.
Diffstat (limited to 'src/compiler/scala/reflect/reify/codegen/GenAnnotationInfos.scala')
-rw-r--r--src/compiler/scala/reflect/reify/codegen/GenAnnotationInfos.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/scala/reflect/reify/codegen/GenAnnotationInfos.scala b/src/compiler/scala/reflect/reify/codegen/GenAnnotationInfos.scala
index ce26232e5f..2dded48251 100644
--- a/src/compiler/scala/reflect/reify/codegen/GenAnnotationInfos.scala
+++ b/src/compiler/scala/reflect/reify/codegen/GenAnnotationInfos.scala
@@ -10,7 +10,8 @@ trait GenAnnotationInfos {
// however, when reifying free and tough types, we're forced to reify annotation infos as is
// why is that bad? take a look inside
def reifyAnnotationInfo(ann: AnnotationInfo): Tree = {
- val reifiedArgs = ann.args map { arg =>
+ //val reifiedArgs = ann.args map // SI-8915
+ ann.args.foreach { arg =>
val saved1 = reifyTreeSymbols
val saved2 = reifyTreeTypes