J2K: generate 'interface' keyword instead of 'trait'
This commit is contained in:
@@ -20,7 +20,7 @@ abstract class C {
|
||||
abstract fun foo()
|
||||
}
|
||||
|
||||
trait I {
|
||||
interface I {
|
||||
public fun foo()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user