remove support for 'trait' keyword
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package module
|
||||
|
||||
public trait A {
|
||||
public interface A {
|
||||
fun oldFun(): Int = 1
|
||||
fun newFun(): Int = 42
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
package module
|
||||
|
||||
public trait A {
|
||||
public interface A {
|
||||
fun oldFun(): Int = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user