Skip to content

Implement StaticType() for arrays and dictionaries #870

Closed

Description

Issue To Be Solved

getType() function on containers (arrays. dictionaries), returns no type information.
e.g:

var array : [Int] = [1, 3]

log(array.getType())

Actual output: Type()

Expected Output: Type([Int])

Solution

Concerns

Related Issues

#748

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions