Skip to content

Coerce does not seem to work with variable assignment #67

@ankrgyl

Description

@ankrgyl
qs> let foo int = 3::int;
qs> foo;
3
qs> let bar bigint = foo;
<qs>: error: Compiler error: Type mismatch: found Int32 not Int64

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions