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