elena-lang
elena-lang copied to clipboard
Multimethod with unresolved message - The code is never finished
Describe the bug The code is never finished
To Reproduce
import system'text;
public program()
{
int n := 3;
byte tmp[16];
char ch_tmp[16];
int len := 16;
stringConvertor.convert(n, tmp, ref len);
UTF8Encoder.convert(0, ref len, tmp, ch_tmp, ref len);
}
Expected behavior MethodNotFoundException should be raised