IDE testdata: s/trait/interface
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
trait A {
|
||||
interface A {
|
||||
val <caret>foo: String
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,3 @@
|
||||
trait A {
|
||||
interface A {
|
||||
val <caret>foo: String
|
||||
}
|
||||