There was an error while loading. Please reload this page.
1 parent 4c531c2 commit f5e4cb3Copy full SHA for f5e4cb3
tests/pos/i19354.orig.scala
@@ -10,7 +10,6 @@ class P extends AbstractProcessor {
10
.flatMap(annotation => roundEnv.getElementsAnnotatedWith(annotation).stream())
11
.filter(element => element.getKind == ElementKind.PACKAGE)
12
.map(element => element.asInstanceOf[PackageElement])
13
- .toList()
14
true
15
}
16
0 commit comments