This inspection checks Kotlin test files for references to classes and members from a different test
type.
For example, local unit tests should not reference classes or members from an instrumented test
class. For more information about test types,
read the documentation.