FIR IDE: add missing binary extensions

This also reveals and error in find usages for fir: it does not work for library source files
So, corresponding tests are muted
This commit is contained in:
Ilya Kirillov
2021-04-13 12:55:49 +02:00
committed by TeamCityServer
parent e4a5775570
commit caff279255
9 changed files with 9 additions and 9 deletions
@@ -1,7 +1,6 @@
// PSI_ELEMENT: com.intellij.psi.PsiClass
// OPTIONS: usages
// FIND_BY_REF
// FIR_COMPARISON
package usages
@@ -1,2 +1,2 @@
Local variable declaration 11 val foo: Foo
Usage in import 8 import library.Foo
Local variable declaration 10 val foo: Foo
Usage in import 7 import library.Foo
@@ -1,7 +1,6 @@
// PSI_ELEMENT: com.intellij.psi.PsiField
// OPTIONS: usages
// FIND_BY_REF
// FIR_COMPARISON
package usages
@@ -1 +1 @@
Value write 11 Foo(1).x = 1
Value write 10 Foo(1).x = 1
@@ -1,7 +1,6 @@
// PSI_ELEMENT: com.intellij.psi.PsiField
// OPTIONS: usages
// FIND_BY_REF
// FIR_COMPARISON
package usages
@@ -1 +1 @@
Value write 11 Foo.X = 1
Value write 10 Foo.X = 1
@@ -1,7 +1,6 @@
// PSI_ELEMENT: com.intellij.psi.PsiMethod
// OPTIONS: usages
// FIND_BY_REF
// FIR_COMPARISON
package usages
@@ -1 +1 @@
Function call 11 Foo.baz(1)
Function call 10 Foo.baz(1)