mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
Cleanup: NotNull/Nullable
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
18962d3d42
commit
c1813cfb52
-20
@@ -1,20 +0,0 @@
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import java.util.function.Function;
|
||||
|
||||
class MyTest {
|
||||
|
||||
{
|
||||
foo(() -> build(id(x -> x)));
|
||||
}
|
||||
|
||||
static <I> I id(I i) {
|
||||
return i;
|
||||
}
|
||||
static <K> void foo(Runnable e) {}
|
||||
|
||||
static <TT> List<TT> build(Function<String, TT> transformers) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user