EngineHub / EngineHub/CommandHelper

Unknown Source for errors caused by misuse auto, void

Abierto
#1,230 4 comentarios 0 reacciones 0 asignados Ver en GitHub
bug
Lenguaje dominante
Java
Estrellas
128
Forks
70
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.