ajterr:10049

This is an old revision of the document!


No fitting overload for function call with signature "{0}" could be found. Possible candidates are {1} (AJTERR10049)

Product(s) Karo.Net Compiler

There could no “best” overload for the function be found to be called.

#entryPoint; ||: void {
    test(false, false);
//  ^^^^ The parameters match both overloads of the function equally.
}
test |param1: number, param2: bool|: void {
    
}
test |param1: bool, param2: number|: void {
    
}

Cast the parameters in a way, that they match the exact parameter types.

  • ajterr/10049.1757606200.txt.gz
  • Last modified: 2026-06-17 00:19
  • (external edit)