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
+2 -2
View File
@@ -22,7 +22,7 @@ public open class TheClass<out T : Int, X> [AnotherAnnotation] () {
internal class InternalClass {
}
trait TheTrait {
interface TheTrait {
fun abstractFun()
companion object : TheClass<Int, Int> {
@@ -32,7 +32,7 @@ trait TheTrait {
public class WithReified<reified A, reified out B>
public trait TwoUpperBounds<T> where T : Number, T : Any
public interface TwoUpperBounds<T> where T : Number, T : Any
//package rendererTest
//internal final annotation class TheAnnotation : kotlin.Annotation defined in rendererTest