compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
import java.util.HashSet
|
||||
|
||||
trait A : Set<String>
|
||||
interface A : Set<String>
|
||||
|
||||
class B : A, HashSet<String>() {
|
||||
override fun clone(): B = throw AssertionError()
|
||||
|
||||
Reference in New Issue
Block a user