mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
surround lambda/method refs with cast when inline in expression list (IDEA-92742)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class Test {
|
||||
void test() {
|
||||
I b1 = System::exit;
|
||||
a(b<caret>1);
|
||||
}
|
||||
|
||||
void a(I b) {}
|
||||
|
||||
interface I {
|
||||
void i(int i);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user