IDE testdata: s/trait/interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package something
|
||||
|
||||
trait Some<T> {
|
||||
interface Some<T> {
|
||||
fun someFoo()
|
||||
fun someOtherFoo() : Int
|
||||
fun someGenericFoo() : T
|
||||
|
||||
Reference in New Issue
Block a user