Skip to content

Commit

Permalink
Remove an incompatible java api method in java 8 from a test
Browse files Browse the repository at this point in the history
  • Loading branch information
jchyb authored and Kordyjan committed Jan 31, 2024
1 parent 4c531c2 commit f5e4cb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/pos/i19354.orig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class P extends AbstractProcessor {
.flatMap(annotation => roundEnv.getElementsAnnotatedWith(annotation).stream())
.filter(element => element.getKind == ElementKind.PACKAGE)
.map(element => element.asInstanceOf[PackageElement])
.toList()
true
}
}

0 comments on commit f5e4cb3

Please sign in to comment.