Return value of an enum must be a supported type (AJTERR10022)
Product(s) | Karo.NET Compiler |
---|
Description
You specified an enum return type other then the ones supported from the standard.
<-test::testEnum: string { } // ^^^^^^ string is not a supported type
How can I resolve this error?
Use a supported type.