7 lines
112 B
Kotlin
7 lines
112 B
Kotlin
package testPackage.testOtherPackage
|
|
|
|
import <caret>testPackage.testOtherPackage.A
|
|
|
|
class A
|
|
|
|
// REF: testPackage |