mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
IDEA-169028 Broken auto-import completion inside lambda
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class SomeClass {
|
||||
private void b() {
|
||||
a(i -> PathUtil.toS<caret>s + "Hello");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user