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