2024-03-02 15:05:21 +01:00
|
|
|
%Error: t/t_implements_new_bad.v:13:11: Illegal to call 'new' using an abstract virtual class 'Icls' (IEEE 1800-2023 8.21)
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2023-01-29 00:06:37 +01:00
|
|
|
13 | c = new;
|
|
|
|
|
| ^~~
|
2023-01-28 22:30:47 +01:00
|
|
|
%Error: Exiting due to
|