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

Type missing after second level of array #11

@ChAoSUnItY

Description

@ChAoSUnItY

Fine:

type([[1]])

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


Problem:

type([[[1]]])

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions