Files
kotlin-fork/compiler/testData/resolve/imports/ImportNonBlockingAnalysis.resolve
T
2015-05-12 19:43:17 +02:00

19 lines
504 B
Plaintext
Vendored

//FILE:firstOrder.kt
//----------------------------------------------------------------------------------
package test
import testing.InTesting2
import testing.InTesting1
interface ~InTest1~InTest1 : `InTesting1`InTesting1
interface ~InTest2~InTest2 : `InTesting2`InTesting2
//FILE:testing.kt
//----------------------------------------------------------------------------------
package testing
import test.InTest2
interface ~InTesting1~InTesting1 : `InTest2`InTest2
interface ~InTesting2~InTesting2