Imports resolution tests

This commit is contained in:
Nikolay Krasko
2013-02-01 21:11:43 +04:00
parent e69acd9198
commit 54e5fa5256
22 changed files with 795 additions and 118 deletions
@@ -0,0 +1,21 @@
//FILE:classObject.kt
//----------------------------------------------------------------------------------
package test
import testing.TestClass
class WithClassObject {
class object {
class ~class-object~TestClass
}
// TODO: Isn't it a bug?
val a2: `testing`TestClass? = null
}
//FILE:testing.kt
//----------------------------------------------------------------------------------
package testing
class ~testing~TestClass