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