replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
This commit is contained in:
@@ -15,7 +15,7 @@ public final class KotlinClass {
|
||||
public constructor KotlinClass()
|
||||
}
|
||||
|
||||
public trait SamInterface {
|
||||
public interface SamInterface {
|
||||
public abstract fun instanceMethod(): kotlin.Unit
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user