IDE testdata: s/trait/interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package enums
|
||||
|
||||
trait Base {
|
||||
interface Base {
|
||||
fun f() {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
public package util
|
||||
|
||||
trait T {
|
||||
interface T {
|
||||
fun f()
|
||||
}
|
||||
|
||||
trait T2 {
|
||||
interface T2 {
|
||||
fun g() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user