mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
AIOOBE IDEA-103980
(cherry picked from commit 235e1ab6ff11856c91e6c5afded3209879ac473e)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class Demo {
|
||||
|
||||
public void f1() {
|
||||
f2<error descr="'f2()' in 'Demo' cannot be applied to '(int, <lambda expression>)'">(2, input -> input)</error>;
|
||||
}
|
||||
|
||||
public void f2() {
|
||||
}
|
||||
|
||||
public void f2(Object... params) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user