EngineHub / EngineHub/CommandHelper

Unknown Source for errors caused by misuse auto, void

Aperta
#1,230 4 commenti 0 reazioni 0 assegnatari Vedi su GitHub
bug
Lingua principale
Java
Stelle
128
Fork
70
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.