EngineHub / EngineHub/CommandHelper

Unknown Source for errors caused by misuse auto, void

Open
#1,230 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
128
Forks
70
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.