Skip to content

Unknown Source for errors caused by misuse auto, void #1230

Open
@Anatoliy057

Description

@Anatoliy057

Examples:

void 'test'

COMPILE ERROR: Unexpected ClassType
        at :Unknown Source:0.0
void @test

COMPILE ERROR: Expected classtype, but received type void instead.
        at :Unknown Source:0.0
auto 'test'

COMPILE ERROR: Unexpected ClassType
        at :Unknown Source:0.0

Note: if any type is written in the script and nothing else, there will be no errors

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThings that don't work as designed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions