EngineHub / EngineHub/CommandHelper
Unknown Source for errors caused by misuse auto, void
オープン
bug
- 主要言語
- Java
- スター
- 128
- フォーク
- 70
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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
コントリビューションガイド
評価
この issue はまだ評価されていません。