Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
lrytz committed Jun 19, 2018
1 parent 9df13fd commit 5450358
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ abstract class ClassfileParser {
assert(runtimeAnnotStart != -1, s"No RuntimeVisibleAnnotations in classfile with ScalaSignature attribute: $clazz")
in.bp = runtimeAnnotStart
val numAnnots = u2
val i = 0
var i = 0
var bytes: Array[Byte] = null
while (i < numAnnots && bytes == null) {
pool.getType(u2) match {
Expand Down

0 comments on commit 5450358

Please sign in to comment.