17 lines
356 B
Plaintext
17 lines
356 B
Plaintext
//FILE:sameFile.kt
|
|
//----------------------------------------------------------------------------------
|
|
package test
|
|
|
|
import testing.TestClass
|
|
|
|
class ~same-file~TestClass
|
|
|
|
val a1: `same-file`TestClass? = null
|
|
|
|
|
|
//FILE:testing.kt
|
|
//----------------------------------------------------------------------------------
|
|
package testing
|
|
|
|
class ~testing~TestClass
|