IDE testdata: s/trait/interface
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
package testing.kt
|
||||
|
||||
trait Base
|
||||
interface Base
|
||||
|
||||
trait Derived: <caret>Base
|
||||
interface Derived: <caret>Base
|
||||
|
||||
// REF: (testing.jj).JavaClass
|
||||
// REF: (testing.jj).JavaInterface
|
||||
|
||||
Reference in New Issue
Block a user