We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a = 1 a = [] a = [] a << 1
"a" is incorrectly typed as a union of Int and Array<Int>, but it should be a union of Int, Array<Nil> and Array<Int>
Int
Array<Int>
Array<Nil>
Activity