J2K: generate 'interface' keyword instead of 'trait'
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
annotation class Anon(public vararg val value: String, public val x: Int = 1)
|
||||
|
||||
Anon("a", "b")
|
||||
trait I1
|
||||
interface I1
|
||||
|
||||
Anon("c", "d", x = 1)
|
||||
trait I2
|
||||
interface I2
|
||||
|
||||
Anon("c", "d", x = 1)
|
||||
trait I3
|
||||
interface I3
|
||||
|
||||
Anon(value = *array("c", "d"))
|
||||
trait I4
|
||||
interface I4
|
||||
|
||||
Reference in New Issue
Block a user