IDE testdata: s/trait/interface
This commit is contained in:
@@ -21,7 +21,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
}
|
||||
|
||||
trait T {
|
||||
interface T {
|
||||
fun f() {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user