Commit 52368b8
committed
Fix "compile final vals in annotations" test in PluginASTSupprtTest.
This test validated if there is no error/warning related to [issue #54](#45) during compilation with Scoverage enabled.
Scala 2.13.0-M3 emits different warning "@serialversionuid has no effect on non-serializable classes".
This is unrelated to that issue and makes sense.
The simple fix is to use case class, which is serializable.1 parent a49c147 commit 52368b8
File tree
1 file changed
+1
-1
lines changed- scalac-scoverage-plugin/src/test/scala/scoverage
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments