Commit d7cffe3
committed
Use standard annotation format for dollarvalues
enum companions define the following:
val $values: Array[E] @unchecked = ...
currently the @unchecked annotation is represented as
New(typeOf[scala.unchecked])
it should be
Apply(Select(New(typeOf[scala.unchecked]), <init>), Nil)1 parent b5a1715 commit d7cffe3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments