replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
internal trait Test {
|
||||
internal interface Test {
|
||||
|
||||
internal companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
|
||||
Reference in New Issue
Block a user