mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[java] clear deletion of reference expression qualifiers (IDEA-184557)
This commit is contained in:
@@ -3,6 +3,6 @@ import java.lang.invoke.*;
|
||||
public class Main {
|
||||
void foo() throws Throwable {
|
||||
MethodHandles.Lookup lookup = MethodHandles.lookup();
|
||||
lookup.findVirtual(Types.class, "strMethod",<caret>);
|
||||
lookup.findVirtual(Types.class, "strMethod", <caret>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user