compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Primitives
|
||||
|
||||
trait Primitives {
|
||||
interface Primitives {
|
||||
fun int(x: Int): Int
|
||||
|
||||
val nullableBool: Boolean?
|
||||
|
||||
Reference in New Issue
Block a user