J2K: generate 'interface' keyword instead of 'trait'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
trait INode {
|
||||
interface INode {
|
||||
companion object {
|
||||
public val IN: String = "in"
|
||||
public val AT: String = "@"
|
||||
|
||||
Reference in New Issue
Block a user