remove support for 'trait' keyword
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
package foo
|
||||
|
||||
trait I {
|
||||
interface I {
|
||||
fun test(): String
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user