J2K: generate 'interface' keyword instead of 'trait'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
trait I
|
||||
interface I
|
||||
|
||||
class C {
|
||||
fun foo1(i1: I, i2: I): Boolean {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import java.util.Objects
|
||||
|
||||
trait I
|
||||
interface I
|
||||
|
||||
class C {
|
||||
fun foo1(i1: I, i2: I): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user