compiler testdata: s/trait/interface
This commit is contained in:
@@ -10,7 +10,7 @@ fun f(a: Any?) {
|
||||
}
|
||||
}
|
||||
|
||||
trait B {
|
||||
interface B {
|
||||
fun foo() {}
|
||||
}
|
||||
open class X(<!UNUSED_PARAMETER!>b<!>: B)
|
||||
Reference in New Issue
Block a user