[IR] update testdata

This commit is contained in:
Zalim Bashorov
2020-11-05 23:40:21 +03:00
committed by teamcityserver
parent 6a1ab1b325
commit fc5c674c60
94 changed files with 354 additions and 354 deletions
@@ -39,19 +39,19 @@ fun testVariable() {
}
fun testProperty() {
{ //BLOCK
{ // BLOCK
plusAssign($receiver = <get-p>(), s = "+=")
}
{ //BLOCK
{ // BLOCK
minusAssign($receiver = <get-p>(), s = "-=")
}
{ //BLOCK
{ // BLOCK
timesAssign($receiver = <get-p>(), s = "*=")
}
{ //BLOCK
{ // BLOCK
divAssign($receiver = <get-p>(), s = "/=")
}
{ //BLOCK
{ // BLOCK
remAssign($receiver = <get-p>(), s = "%=")
}
}