2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_with_unsup.v:19:31: Unsupported: 'with' on function call
|
2020-06-06 15:11:23 +00:00
|
|
|
19 | found = aliases.find(i) with (i == to_find);
|
|
|
|
| ^~~~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_with_unsup.v:21:23: Unsupported: 'with' on task call
|
2020-06-06 15:11:23 +00:00
|
|
|
21 | aliases.find(i) with (i == to_find);
|
|
|
|
| ^~~~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_with_unsup.v:24:28: Unsupported: 'with' on function call
|
2020-06-06 15:11:23 +00:00
|
|
|
24 | found = aliases.find with (item == i);
|
|
|
|
| ^~~~
|
2020-06-30 00:02:15 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_with_unsup.v:25:20: Unsupported: 'with' on task call
|
2020-06-06 15:11:23 +00:00
|
|
|
25 | aliases.find with (item == i);
|
|
|
|
| ^~~~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_with_unsup.v:29:36: Unsupported: 'with' on method call
|
2020-06-06 15:11:23 +00:00
|
|
|
29 | found = aliases.unique with (id);
|
|
|
|
| ^~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_with_unsup.v:30:38: Unsupported: 'with' on method call
|
2020-06-06 15:11:23 +00:00
|
|
|
30 | found = aliases.unique() with (id);
|
|
|
|
| ^~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_with_unsup.v:31:39: Unsupported: 'with' on method call
|
2020-06-06 15:11:23 +00:00
|
|
|
31 | found = aliases.unique(i) with (id);
|
|
|
|
| ^~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_with_unsup.v:32:32: Unsupported: 'with' on method call
|
2020-06-06 15:11:23 +00:00
|
|
|
32 | found = aliases.or with (id);
|
|
|
|
| ^~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_with_unsup.v:33:33: Unsupported: 'with' on method call
|
2020-06-06 15:11:23 +00:00
|
|
|
33 | found = aliases.and with (id);
|
|
|
|
| ^~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_with_unsup.v:34:33: Unsupported: 'with' on method call
|
2020-06-06 15:11:23 +00:00
|
|
|
34 | found = aliases.xor with (id);
|
|
|
|
| ^~
|
|
|
|
%Error: Exiting due to
|