mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
a test for EA-78631 - IAE: LightVariableBuilder.<init> (IDEA-CR-8189)
This commit is contained in:
+9
@@ -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 {}
|
||||
+1
@@ -240,4 +240,5 @@ class Test88 {
|
||||
configureByTestName()
|
||||
myFixture.assertPreferredCompletionItems(0, 'toString', 'wait')
|
||||
}
|
||||
public void testUnexpectedLambdaInAmbiguousCall() { doAntiTest() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user