IDE testdata: s/trait/interface
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// "Remove type arguments" "true"
|
||||
trait Foo<T, T> {
|
||||
interface Foo<T, T> {
|
||||
fun f() {}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// "Remove type arguments" "true"
|
||||
trait Foo<T, T> {
|
||||
interface Foo<T, T> {
|
||||
fun f() {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user