J2K: generate 'interface' keyword instead of 'trait'
This commit is contained in:
@@ -13,7 +13,7 @@ annotation class Anon(public val value: String) {
|
||||
}
|
||||
|
||||
Anon("a")
|
||||
trait I {
|
||||
interface I {
|
||||
companion object {
|
||||
public val e: Anon.E = Anon.field
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user