[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
@@ -13,19 +13,19 @@ fun testVariable() {
}
fun testProperty() {
{ //BLOCK
{ // BLOCK
<set-p>(<set-?> = <get-p>().plus(other = 1))
}
{ //BLOCK
{ // BLOCK
<set-p>(<set-?> = <get-p>().minus(other = 2))
}
{ //BLOCK
{ // BLOCK
<set-p>(<set-?> = <get-p>().times(other = 3))
}
{ //BLOCK
{ // BLOCK
<set-p>(<set-?> = <get-p>().div(other = 4))
}
{ //BLOCK
{ // BLOCK
<set-p>(<set-?> = <get-p>().rem(other = 5))
}
}