17 lines
482 B
Plaintext
Vendored
17 lines
482 B
Plaintext
Vendored
//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 |