19 lines
504 B
Plaintext
Vendored
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
|