Skip to content

the item# of block cannot be used with struct lists #151

@aspizu

Description

@aspizu

following throws type error, and doesn't work

struct line {inner}
list line scene;
onflag {
    say line {inner: 1} in scene;
}

following should throw type error but does not, and outputs invalid sb3

onflag {
    say 1 in scene;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    onlydust-waveContribute to awesome OSS repos during OnlyDust's open source week

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions