mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
internal trait Bbb</*0*/ P> {
|
||||
internal interface Bbb</*0*/ P> {
|
||||
}
|
||||
|
||||
internal final class ClassObjectExtendsTraitWithTP {
|
||||
|
||||
Reference in New Issue
Block a user