mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 10:51:06 +07:00
14 lines
368 B
Java
14 lines
368 B
Java
// "Replace with <>" "false"
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
import java.util.function.Function;
|
|
import java.util.function.IntToLongFunction;
|
|
|
|
abstract class SimplePlanet {
|
|
void a(IntToLongFunction r, List<String> l) {}
|
|
void a(Function<Integer, Integer> f, List<Number> l) {}
|
|
|
|
{
|
|
a(a -> a, new ArrayList<Str<caret>ing>());
|
|
}
|
|
} |