compiler testdata: s/trait/interface

This commit is contained in:
Dmitry Jemerov
2015-05-12 12:38:49 +02:00
parent a5ed5d4269
commit 4bdf598bfe
803 changed files with 1456 additions and 1456 deletions
@@ -5,8 +5,8 @@ package test
import testing.InTesting2
import testing.InTesting1
trait ~InTest1~InTest1 : `InTesting1`InTesting1
trait ~InTest2~InTest2 : `InTesting2`InTesting2
interface ~InTest1~InTest1 : `InTesting1`InTesting1
interface ~InTest2~InTest2 : `InTesting2`InTesting2
//FILE:testing.kt
//----------------------------------------------------------------------------------
@@ -14,5 +14,5 @@ package testing
import test.InTest2
trait ~InTesting1~InTesting1 : `InTest2`InTest2
trait ~InTesting2~InTesting2
interface ~InTesting1~InTesting1 : `InTest2`InTest2
interface ~InTesting2~InTesting2