diff --git a/test/plugindevelopment/TypeInsertTests/GenericVarTest.jav b/test/plugindevelopment/TypeInsertTests/GenericVarTest.jav index 7345b9779..1f3d9f46d 100644 --- a/test/plugindevelopment/TypeInsertTests/GenericVarTest.jav +++ b/test/plugindevelopment/TypeInsertTests/GenericVarTest.jav @@ -1,5 +1,5 @@ import java.util.Vector; class WildcardTest extends Vector{ - Fun1> op = (f) -> f.apply(this); + Fun1> op = (f) -> f.apply(this); } \ No newline at end of file