2020-07-01 11:31:53 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_class_static_order.v:23:16: Unsupported: 'static' class members
|
|
|
|
: ... In instance t
|
2020-04-05 13:30:23 +00:00
|
|
|
23 | static ClsZ z = new;
|
2020-07-01 11:31:53 +00:00
|
|
|
| ^
|
|
|
|
%Error-UNSUPPORTED: t/t_class_static_order.v:34:16: Unsupported: 'static' class members
|
|
|
|
: ... In instance t
|
2020-04-05 13:30:23 +00:00
|
|
|
34 | static ClsA a = new;
|
2020-07-01 11:31:53 +00:00
|
|
|
| ^
|
|
|
|
%Error-UNSUPPORTED: t/t_class_static_order.v:35:16: Unsupported: 'static' class members
|
|
|
|
: ... In instance t
|
2020-04-05 13:30:23 +00:00
|
|
|
35 | static ClsB b = new;
|
2020-07-01 11:31:53 +00:00
|
|
|
| ^
|
2020-04-05 13:30:23 +00:00
|
|
|
%Error: Exiting due to
|