2020-08-24 01:37:56 +02:00
|
|
|
%Error: t/t_class_method_bad.v:18:9: Class method 'meth3' not found in class 'Cls2'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-08-24 01:37:56 +02:00
|
|
|
: ... Suggested alternative: 'meth2'
|
|
|
|
|
18 | c.meth3();
|
|
|
|
|
| ^~~~~
|
2020-04-05 15:30:23 +02:00
|
|
|
%Error: Exiting due to
|