2020-06-10 01:20:16 +02:00
|
|
|
%Error-UNSUPPORTED: t/t_class_static_order.v:23:4: Unsupported: 'static' class item
|
2020-04-05 15:30:23 +02:00
|
|
|
23 | static ClsZ z = new;
|
|
|
|
|
| ^~~~~~
|
2020-06-10 01:20:16 +02:00
|
|
|
%Error-UNSUPPORTED: t/t_class_static_order.v:34:4: Unsupported: 'static' class item
|
2020-04-05 15:30:23 +02:00
|
|
|
34 | static ClsA a = new;
|
|
|
|
|
| ^~~~~~
|
2020-06-10 01:20:16 +02:00
|
|
|
%Error-UNSUPPORTED: t/t_class_static_order.v:35:4: Unsupported: 'static' class item
|
2020-04-05 15:30:23 +02:00
|
|
|
35 | static ClsB b = new;
|
|
|
|
|
| ^~~~~~
|
|
|
|
|
%Error: Exiting due to
|