IDE testdata: s/trait/interface
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ open class A {
|
||||
public open var <caret>foo: String = ""
|
||||
}
|
||||
|
||||
trait Z {
|
||||
interface Z {
|
||||
public var foo: String
|
||||
}
|
||||
Reference in New Issue
Block a user