Imports resolution tests
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//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
|
||||
Reference in New Issue
Block a user