Table of Contents

Return type of an enum must be a type (AJTERR10036)

Product(s) Karo.NET Compiler

Description

The return type of an enum must be a type specifier.

<-test::testEnum: true { }
//                ^^^^ "true" is not a type

How can I resolve this error?

Not specified