Tuple Array not working correctly

Summary

I can’t get variable from array of tuple

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Other

Steps to Reproduce

TestFunction():void=
        TupleArray := array{(0,0)}
        if:
            SomeVariable := TupleArray[0](0)

Expected Result

working

Observed Result

compiler says that this expression shouldn’t be in if statement but when taken away from if statement it says other way around. my guess is that it only check the last bracket which is curly?

Platform(s)

PC