mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
[java-intentions] AddMethodQualifierFix: ModCommand
GitOrigin-RevId: efe77eed876481149c7b58356ffd6dcada649a16
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f5ed03ef33
commit
5d5dfb997a
@@ -0,0 +1,20 @@
|
||||
public class A {
|
||||
|
||||
Project p;
|
||||
MyElement fieldElement;
|
||||
|
||||
static MyElement staticElement;
|
||||
|
||||
public void m() {
|
||||
getProje<caret>ct();
|
||||
}
|
||||
|
||||
interface Project {
|
||||
|
||||
}
|
||||
|
||||
interface MyElement {
|
||||
Project getProject();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user