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,18 @@
//FILE:firstOrder.kt
//----------------------------------------------------------------------------------
package test
import testing.InTesting2
import testing.InTesting1
trait ~InTest1~InTest1 : `InTesting1`InTesting1
trait ~InTest2~InTest2 : `InTesting2`InTesting2
//FILE:testing.kt
//----------------------------------------------------------------------------------
package testing
import test.InTest2
trait ~InTesting1~InTesting1 : `InTest2`InTest2
trait ~InTesting2~InTesting2