replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
This commit is contained in:
@@ -6,7 +6,7 @@ internal open class Subclass : test.Trait {
|
||||
internal open override /*1*/ fun <get-shape>(): kotlin.String
|
||||
}
|
||||
|
||||
internal trait Trait {
|
||||
internal interface Trait {
|
||||
internal abstract val shape: kotlin.String
|
||||
internal abstract fun <get-shape>(): kotlin.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user