Fix compiler tests
This commit is contained in:
@@ -7,10 +7,10 @@ var c2 = 0
|
||||
|
||||
class A() {
|
||||
var p = 0
|
||||
fun divAssign(<!UNUSED_PARAMETER!>a<!> : Int) {
|
||||
operator fun divAssign(<!UNUSED_PARAMETER!>a<!> : Int) {
|
||||
c1++;
|
||||
}
|
||||
fun times(<!UNUSED_PARAMETER!>a<!> : Int) : A {
|
||||
operator fun times(<!UNUSED_PARAMETER!>a<!> : Int) : A {
|
||||
c2++;
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user