Skip to content

Vector.includes has problem with int and Number #4275

Description

@mymarmalade

var numbers:Vector. = new [10, 20, 30, 40];

problem is : return false ( trace(numbers.includes(10)); )

but for String return true

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions