J2K: generate 'interface' keyword instead of 'trait'
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
trait A {
|
||||
interface A {
|
||||
public class B
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,3 @@
|
||||
trait A {
|
||||
interface A {
|
||||
public class B
|
||||
}
|
||||