replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
This commit is contained in:
@@ -2,6 +2,6 @@ package test
|
||||
|
||||
internal fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit
|
||||
|
||||
public trait TaskObject {
|
||||
public interface TaskObject {
|
||||
internal abstract fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user