Skip to content

Commit 0eedd45

Browse files
committed
Remove an incompatible java api method in java 8 from a test
1 parent 36831b8 commit 0eedd45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/pos/i19354.orig.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class P extends AbstractProcessor {
1010
.flatMap(annotation => roundEnv.getElementsAnnotatedWith(annotation).stream())
1111
.filter(element => element.getKind == ElementKind.PACKAGE)
1212
.map(element => element.asInstanceOf[PackageElement])
13-
.toList()
1413
true
1514
}
1615
}

0 commit comments

Comments
 (0)