Skip to content

Question: CompileType::ToAbstractType may ignore nullability? #60887

Closed
@akemimadoka

Description

@akemimadoka

type_ = &AbstractType::ZoneHandle(type_class.RareType());

This function converts a CompileType to an AbstractType using RareType, but does not use is_nullable, so the result is always non-nullable, is this expected behavior?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-questionA question about expected behavior or functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions