2023-01-29 00:06:37 +01:00
|
|
|
%Error: t/t_implements_missing_bad.v:12:1: Class 'Cls' implements 'Icls1' but is missing implementation for 'icf2' (IEEE 1800-2017 8.26)
|
|
|
|
|
12 | class Cls implements Icls1;
|
|
|
|
|
| ^~~~~
|
|
|
|
|
t/t_implements_missing_bad.v:9:30: ... Location of interface class's function
|
|
|
|
|
9 | pure virtual function int icf2;
|
|
|
|
|
| ^~~~
|
2023-01-28 22:30:47 +01:00
|
|
|
%Error: Exiting due to
|