/ tests / expectations / parser-expression / unreachable / equality_and_order_expression.out
equality_and_order_expression.out
  1  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
  2      --> test_0:1:1
  3       |
  4     1 | if 10 ; {}
  5       | ^^
  6  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
  7      --> test_1:1:1
  8       |
  9     1 | if 10 . {}
 10       | ^^
 11  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 12      --> test_2:1:1
 13       |
 14     1 | if 10 import {}
 15       | ^^
 16  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 17      --> test_3:1:1
 18       |
 19     1 | if 10 , {}
 20       | ^^
 21  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 22      --> test_4:1:1
 23       |
 24     1 | if 10 * {}
 25       | ^^
 26  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 27      --> test_5:1:1
 28       |
 29     1 | if 10 + {}
 30       | ^^
 31  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 32      --> test_6:1:1
 33       |
 34     1 | if 10 - {}
 35       | ^^
 36  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 37      --> test_7:1:1
 38       |
 39     1 | if 10 / {}
 40       | ^^
 41  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 42      --> test_8:1:1
 43       |
 44     1 | if 10 [ {}
 45       | ^^
 46  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 47      --> test_9:1:1
 48       |
 49     1 | if 10 ] {}
 50       | ^^
 51  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 52      --> test_10:1:1
 53       |
 54     1 | if 10 { {}
 55       | ^^
 56  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 57      --> test_11:1:1
 58       |
 59     1 | if 10 } {}
 60       | ^^
 61  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 62      --> test_12:1:1
 63       |
 64     1 | if 10 ( {}
 65       | ^^
 66  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 67      --> test_13:1:1
 68       |
 69     1 | if 10 ) {}
 70       | ^^
 71  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 72      --> test_14:1:1
 73       |
 74     1 | if 10 : {}
 75       | ^^
 76  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 77      --> test_15:1:1
 78       |
 79     1 | if 10 :: {}
 80       | ^^
 81  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 82      --> test_16:1:1
 83       |
 84     1 | if 10 ? {}
 85       | ^^
 86  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 87      --> test_17:1:1
 88       |
 89     1 | if 10 _ {}
 90       | ^^
 91  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 92      --> test_18:1:1
 93       |
 94     1 | if 10 = {}
 95       | ^^
 96  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
 97      --> test_19:1:1
 98       |
 99     1 | if 10 == {}
100       | ^^
101  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
102      --> test_20:1:1
103       |
104     1 | if 10 ! {}
105       | ^^
106  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
107      --> test_21:1:1
108       |
109     1 | if 10 != {}
110       | ^^
111  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
112      --> test_22:1:1
113       |
114     1 | if 10 > {}
115       | ^^
116  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
117      --> test_23:1:1
118       |
119     1 | if 10 >= {}
120       | ^^
121  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
122      --> test_24:1:1
123       |
124     1 | if 10 < {}
125       | ^^
126  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
127      --> test_25:1:1
128       |
129     1 | if 10 <= {}
130       | ^^
131  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
132      --> test_26:1:1
133       |
134     1 | if 10 > {}
135       | ^^
136  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
137      --> test_27:1:1
138       |
139     1 | if 10 .. {}
140       | ^^
141  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
142      --> test_28:1:1
143       |
144     1 | if 10 as {}
145       | ^^
146  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
147      --> test_29:1:1
148       |
149     1 | if 10 const {}
150       | ^^
151  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
152      --> test_30:1:1
153       |
154     1 | if 10 let {}
155       | ^^
156  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
157      --> test_31:1:1
158       |
159     1 | if 10 for {}
160       | ^^
161  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
162      --> test_32:1:1
163       |
164     1 | if 10 if {}
165       | ^^
166  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
167      --> test_33:1:1
168       |
169     1 | if 10 else {}
170       | ^^
171  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
172      --> test_34:1:1
173       |
174     1 | if 10 i8 {}
175       | ^^
176  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
177      --> test_35:1:1
178       |
179     1 | if 10 i16 {}
180       | ^^
181  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
182      --> test_36:1:1
183       |
184     1 | if 10 i32 {}
185       | ^^
186  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
187      --> test_37:1:1
188       |
189     1 | if 10 i64 {}
190       | ^^
191  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
192      --> test_38:1:1
193       |
194     1 | if 10 i128 {}
195       | ^^
196  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
197      --> test_39:1:1
198       |
199     1 | if 10 u8 {}
200       | ^^
201  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
202      --> test_40:1:1
203       |
204     1 | if 10 u16 {}
205       | ^^
206  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
207      --> test_41:1:1
208       |
209     1 | if 10 u32 {}
210       | ^^
211  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
212      --> test_42:1:1
213       |
214     1 | if 10 u64 {}
215       | ^^
216  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
217      --> test_43:1:1
218       |
219     1 | if 10 u128 {}
220       | ^^
221  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
222      --> test_44:1:1
223       |
224     1 | if 10 & {}
225       | ^^
226  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
227      --> test_45:1:1
228       |
229     1 | if 10 return {}
230       | ^^
231  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
232      --> test_46:1:1
233       |
234     1 | if 10 self {}
235       | ^^
236  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
237      --> test_47:1:1
238       |
239     1 | if 10 Self {}
240       | ^^
241  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
242      --> test_48:1:1
243       |
244     1 | if 10 true {}
245       | ^^
246  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
247      --> test_49:1:1
248       |
249     1 | if 10 false {}
250       | ^^
251  Error [EPAR0370005]: expected an identifier, a program id, an address literal, an integer literal, a static string, '!', '-', '(', '[', 'true', 'false', 'async', 'block', 'network', 'self' -- found 'if'
252      --> test_50:1:1
253       |
254     1 | if 10 0 {}
255       | ^^