ajterr:10061

Constructors must only declare "sl.types::void" as return type (AJTERR10061)

Product(s) Karo.Net Compiler

A constructor must always have the return type sl.types::void.

[constructor]
||: string { }
//  ^^^^^^ Invalid return type for a constructor.

Change the return type to sl.types::void.

  • ajterr/10061.txt
  • Last modified: 2025-09-28 16:16
  • by admin