Fix bad language check in find usages that caused falling to text search

This commit is contained in:
Nikolay Krasko
2017-04-13 16:55:52 +03:00
parent 331279583d
commit e1de0b9cd8
2 changed files with 5 additions and 2 deletions
@@ -1,4 +1,7 @@
Resolved java class to descriptor: JavaSAM
Searched references to JavaClass.takeSAM(JavaSAM sam) in non-Java files
Searched references to JavaSAM in non-Kotlin files
Searched references to pack.A
Used plain search of parameter a of A(val a: Int, val b: String) in whole search scope
Used plain search of parameter a of A(val a: Int, val b: String) in LocalSearchScope:
CLASS:A
{ val (x, y) = it }