17 lines
475 B
Plaintext
17 lines
475 B
Plaintext
//FILE:mainFile.jet
|
|
//----------------------------------------------------------------------------------
|
|
package test
|
|
|
|
import testing.*
|
|
|
|
val a1: `fromOtherPackage`TestClass? = null
|
|
|
|
//FILE:fromRoot.kt
|
|
//----------------------------------------------------------------------------------
|
|
trait ~fromRoot~TestClass
|
|
|
|
//FILE:fromOtherPackage.kt
|
|
//----------------------------------------------------------------------------------
|
|
package testing
|
|
|
|
trait ~fromOtherPackage~TestClass |