J2K: generate 'interface' keyword instead of 'trait'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
trait INode {
|
||||
interface INode {
|
||||
public fun getTag(): Tag
|
||||
public fun toKotlin(): String
|
||||
}
|
||||
Reference in New Issue
Block a user