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