IDE testdata: s/trait/interface
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
// "Make A open" "true"
|
||||
trait X {}
|
||||
trait Y {}
|
||||
interface X {}
|
||||
interface Y {}
|
||||
|
||||
class A {}
|
||||
class B : X, A<caret>(), Y {}
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
// "Make A open" "true"
|
||||
trait X {}
|
||||
trait Y {}
|
||||
interface X {}
|
||||
interface Y {}
|
||||
|
||||
open class A {}
|
||||
class B : X, A<caret>(), Y {}
|
||||
|
||||
Reference in New Issue
Block a user