e3e83fdee5
JetSourceFilterScope doesn't have to check file type Avoid redundant wrapping in JetSourceFilterScope (this may improve performance in case of frequent queries to indices) We can safely use kotlinSourcesAndLibraries scope in declaration provider given we have correct scope in the first place This allows for resolving kotlin js libraries (which are kotlin files in classes root) whithout additional hacks (i.e. IDEAConfig)