Fix compiler tests
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@ interface Tr<T> {
|
||||
}
|
||||
|
||||
class C {
|
||||
fun plusAssign(<!UNUSED_PARAMETER!>c<!>: C) {}
|
||||
operator fun plusAssign(<!UNUSED_PARAMETER!>c<!>: C) {}
|
||||
}
|
||||
|
||||
fun test(t: Tr<out C>) {
|
||||
|
||||
Reference in New Issue
Block a user