Find Usages and Go to declaration of element used via import alias
#KT-18619 Fixed
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
// PSI_ELEMENT: com.intellij.psi.PsiClass
|
||||
// OPTIONS: usages
|
||||
public class <caret>AAA {
|
||||
public String bar = "bar";
|
||||
public static String BAR = "BAR";
|
||||
|
||||
public AAA() {
|
||||
|
||||
}
|
||||
|
||||
public void foo() {
|
||||
|
||||
}
|
||||
|
||||
public static void foos() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user