Imports resolution tests
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//FILE:insideClass.kt
|
||||
//----------------------------------------------------------------------------------
|
||||
package test
|
||||
|
||||
import testing.TestClass
|
||||
|
||||
class WithInnerClass {
|
||||
inner class ~inner-class~TestClass
|
||||
|
||||
val a3: `inner-class`TestClass? = null
|
||||
}
|
||||
|
||||
|
||||
//FILE:testing.kt
|
||||
//----------------------------------------------------------------------------------
|
||||
package testing
|
||||
|
||||
class ~testing~TestClass
|
||||
Reference in New Issue
Block a user