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