remove support for 'trait' keyword
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
trait T1 {
|
||||
interface T1 {
|
||||
fun inT1(){}
|
||||
}
|
||||
|
||||
trait T2 {
|
||||
interface T2 {
|
||||
fun inT2(){}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user