Files
kotlin-fork/compiler/testData/resolve/imports/ImportConflictWithInFileClass.resolve
T

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