replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
This commit is contained in:
@@ -24,7 +24,7 @@ internal final class Var2 : Var {
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
internal trait VarT {
|
||||
internal interface VarT {
|
||||
internal abstract var v: kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user