mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
fix testdata
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import java.util.List;
|
||||
import java.util.function.Function;
|
||||
|
||||
public class RunnableGroup<R extends Runnable> implements Runnable {
|
||||
class RunnableGroup<R extends Runnable> implements Runnable {
|
||||
public <T> RunnableGroup(List<T> list, Function<T, R> function) {}
|
||||
@Override public void run() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user