compiler testdata: s/trait/interface
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// !CHECK_TYPE
|
||||
trait Tr<T> {
|
||||
interface Tr<T> {
|
||||
var v: Tr<T>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user