IDE testdata: s/trait/interface
This commit is contained in:
@@ -3,7 +3,7 @@ package a
|
||||
import a.E.ENTRY
|
||||
import a.Outer.*
|
||||
|
||||
trait T
|
||||
interface T
|
||||
|
||||
class A(i: Int) {}
|
||||
|
||||
@@ -34,7 +34,7 @@ class Outer {
|
||||
}
|
||||
object NestedObj {
|
||||
}
|
||||
trait NestedTrait {
|
||||
interface NestedTrait {
|
||||
}
|
||||
annotation class NestedAnnotation
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user