//FILE:mainFile.kt //---------------------------------------------------------------------------------- package test import testing.* val a1: `fromOtherPackage`TestClass? = null //FILE:fromRoot.kt //---------------------------------------------------------------------------------- interface ~fromRoot~TestClass //FILE:fromOtherPackage.kt //---------------------------------------------------------------------------------- package testing interface ~fromOtherPackage~TestClass