The following example doesn't parse:
function f(): Int
{
(f(R[0..][..5], true): Int)
}
I think according to the tutorial it should. Can it be fixed? Notice that the "..5" expression can be replaced by "0", or the ": Int" part can be removed, to make the example parse again.
The following example doesn't parse:
I think according to the tutorial it should. Can it be fixed? Notice that the "..5" expression can be replaced by "0", or the ": Int" part can be removed, to make the example parse again.