mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
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