[FIR IDE] Add Fir lightclasses tests and fix FindUsages tests
This commit is contained in:
committed by
Ilya Kirillov
parent
3cefef03ff
commit
dbb54c87bc
+3
-2
@@ -1,6 +1,5 @@
|
||||
// PSI_ELEMENT: com.intellij.psi.PsiMethod
|
||||
// OPTIONS: usages
|
||||
// FIR_COMPARISON
|
||||
public class Bar {
|
||||
public String getValue() {
|
||||
return "value";
|
||||
@@ -9,4 +8,6 @@ public class Bar {
|
||||
public String <caret>getValue(String param) {
|
||||
return "value " + param;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// FIR_COMPARISON
|
||||
Reference in New Issue
Block a user