verilator/test_regress/t/t_class_method_bad.out
2020-08-23 19:37:56 -04:00

7 lines
284 B
Plaintext

%Error: t/t_class_method_bad.v:18:9: Class method 'meth3' not found in class 'Cls2'
: ... In instance t
: ... Suggested alternative: 'meth2'
18 | c.meth3();
| ^~~~~
%Error: Exiting due to