J2K: generate 'interface' keyword instead of 'trait'
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import java.io.*
|
||||
|
||||
trait I {
|
||||
interface I {
|
||||
throws(IOException::class)
|
||||
public fun doIt(stream: InputStream): Int
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import java.io.*
|
||||
|
||||
trait I {
|
||||
interface I {
|
||||
throws(IOException::class)
|
||||
public fun doIt(stream: InputStream): Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user