IDE testdata: s/trait/interface
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ abstract class A {
|
||||
abstract fun foo(arg : Int) : Int;
|
||||
}
|
||||
|
||||
trait X {
|
||||
interface X {
|
||||
fun foo(arg : Int) : Int;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user