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