mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
a test for EA-78631 - IAE: LightVariableBuilder.<init> (IDEA-CR-8189)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Foo {
|
||||
{
|
||||
zoo(o -> o.<caret>)
|
||||
}
|
||||
|
||||
void zoo(NonLambda arg, int a) {}
|
||||
void zoo(NonLambda arg, int a, int b) {}
|
||||
}
|
||||
class NonLambda {}
|
||||
Reference in New Issue
Block a user