rogerkeays / fluent

Static extension methods for Java.
https://patreon.com/Jamaica440
MIT License
80 stars 0 forks source link

itext test-compile fails with fluent: void type not allowed here #8

Closed rogerkeays closed 1 year ago

rogerkeays commented 1 year ago

error:

itext7/commons/src/test/java/com/itextpdf/commons/actions/data/ProductDataTest.java:[51,57] error: 'void' type not allowed here

source code:

        Assert.assertEquals("1.2", productData.getVersion());
rogerkeays commented 1 year ago
rogerkeays commented 1 year ago
rogerkeays commented 1 year ago

This problem disappeared after mvn clean. Must have been an issue with stale class files.