remove support for 'trait' keyword
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
trait X
|
||||
trait Y
|
||||
interface X
|
||||
interface Y
|
||||
|
||||
fun X.iterator(): Y
|
||||
fun Y.next(): Int
|
||||
|
||||
Reference in New Issue
Block a user