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