Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Type missing after second level of array #11

Open
ChAoSUnItY opened this issue Apr 13, 2021 · 0 comments
Open

Type missing after second level of array #11

ChAoSUnItY opened this issue Apr 13, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ChAoSUnItY
Copy link
Member

ChAoSUnItY commented Apr 13, 2021

Fine:

type([[1]])

Predict: array<array<number>>
Actual: array<array<number>>


Problem:

type([[[1]]])

Predict: array<array<array<number>>>
Actual: array<any>

@ChAoSUnItY ChAoSUnItY added the bug Something isn't working label Apr 13, 2021
@ChAoSUnItY ChAoSUnItY self-assigned this Apr 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant