[IR] update testdata
This commit is contained in:
committed by
teamcityserver
parent
6a1ab1b325
commit
fc5c674c60
@@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user