mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
EA-107704 - assert: InferenceSession.<init>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import java.util.function.Function;
|
||||
|
||||
class Foo<H> {
|
||||
|
||||
private <S> Foo(Foo<S> s, Foo... ss) {}
|
||||
|
||||
{
|
||||
foo(Foo::new);
|
||||
}
|
||||
|
||||
private <T> void foo(final Function<Foo, T> param) { }
|
||||
}
|
||||
Reference in New Issue
Block a user