replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
This commit is contained in:
@@ -20,7 +20,7 @@ internal final class ConstructorTypeParamClassObjectTypeConflict</*0*/ test> {
|
||||
internal companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
|
||||
internal trait test {
|
||||
internal interface test {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user