Skip to content

SNull<BelongsTo<T>> doesn't work, but Null<BelongsTo<T>> does #20

@jasononeil

Description

@jasononeil

Just ran into this, writing it down so I remember to fix it later.

This works:

public var decidedBy:Null<BelongsTo<User>>;

This doesn't:

// Unsupported Record Type 
public var decidedBy:SNull<BelongsTo<User>>;  ufront.auth.model.User

Also this doesn't:

public var decidedBy:BelongsTo<Null<User>>;  // Null is not a value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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