[FIR IDE] Add find usages tests for FIR plugin

This commit is contained in:
Igor Yakovlev
2020-09-19 10:49:15 +03:00
parent d534d92123
commit d2bdab2ef5
168 changed files with 2622 additions and 170 deletions
@@ -1,5 +1,6 @@
// PSI_ELEMENT: com.intellij.psi.PsiField
// OPTIONS: skipWrite
// FIR_COMPARISON
public class A {
public String <caret>foo = "foo";
}