mirror of
https://github.com/verilator/verilator.git
synced 2025-01-21 05:44:03 +00:00
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
%Error: t/t_class_method_bad.v:18:9: Class method 'meth3' not found in class 'Cls2'
|
|
: ... note: In instance 't'
|
|
: ... Suggested alternative: 'meth2'
|
|
18 | c.meth3();
|
|
| ^~~~~
|
|
%Error: Exiting due to
|