J2K: generate 'interface' keyword instead of 'trait'

This commit is contained in:
Dmitry Jemerov
2015-05-11 19:36:22 +02:00
parent 69a58d1f0e
commit 25959fefdc
36 changed files with 39 additions and 39 deletions
@@ -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
}