IDE testdata: s/trait/interface
This commit is contained in:
@@ -7,7 +7,7 @@ class A {
|
||||
val p: Int = 1
|
||||
}
|
||||
|
||||
trait T {
|
||||
interface T {
|
||||
fun f() {
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
trait Base
|
||||
interface Base
|
||||
|
||||
class Some<<caret>T: Base>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user