Fix compiler tests
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ fun testVariableDeclaration() {
|
||||
}
|
||||
|
||||
fun testPlusAssign() {
|
||||
fun Int.plusAssign(<!UNUSED_PARAMETER!>i<!>: Int) {}
|
||||
operator fun Int.plusAssign(<!UNUSED_PARAMETER!>i<!>: Int) {}
|
||||
|
||||
var a = 1
|
||||
a <!UNREACHABLE_CODE!>+=<!> todo()
|
||||
|
||||
Reference in New Issue
Block a user