2022-11-28 16:53:55 +01:00
|
|
|
%Error: t/t_semaphore_bad.v:12:13: Class method 'bad_method' not found in class 'semaphore'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2022-11-28 16:53:55 +01:00
|
|
|
12 | if (s.bad_method() != 0) $stop;
|
|
|
|
|
| ^~~~~~~~~~
|
2022-09-11 19:05:13 +02:00
|
|
|
%Error: Exiting due to
|