postfix_fail.out
1 Error [EPAR0370005]: expected -- found ';' 2 --> test_0:1:11 3 | 4 1 | let x = a;; 5 | ^ 6 Error [EPAR0370005]: expected an identifier, an integer literal -- found ';' 7 --> test_1:1:11 8 | 9 1 | let x = a.; 10 | ^ 11 Error [EPAR0370005]: expected ';' -- found ',' 12 --> test_2:1:10 13 | 14 1 | let x = a,; 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 ';' 17 --> test_3:1:11 18 | 19 1 | let x = a[; 20 | ^ 21 Error [EPAR0370005]: expected ';' -- found ']' 22 --> test_4:1:10 23 | 24 1 | let x = a]; 25 | ^ 26 Error [EPAR0370005]: expected an identifier, '}' -- found ';' 27 --> test_5:1:11 28 | 29 1 | let x = a{; 30 | ^ 31 Error [EPAR0370005]: expected ';' -- found '}' 32 --> test_6:1:10 33 | 34 1 | let x = a}; 35 | ^ 36 Error [EPAR0370005]: expected ';' -- found ')' 37 --> test_7:1:10 38 | 39 1 | let x = a); 40 | ^ 41 Error [EPAR0370005]: expected ';' -- found ':' 42 --> test_8:1:10 43 | 44 1 | let x = a:; 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 ';' 47 --> test_9:1:11 48 | 49 1 | let x = a?; 50 | ^ 51 Error [EPAR0370005]: expected ';' -- found '=' 52 --> test_10:1:10 53 | 54 1 | let x = a=; 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 ';' 57 --> test_11:1:12 58 | 59 1 | let x = a==; 60 | ^ 61 Error [EPAR0370005]: expected '&&', '||', '&', '|', '^', '==', '!=', '<', '<=', '>', '>=', '+', '-', '*', '/', '**', '%', '<<', '>>', '(', '[', '{', '.', ';', '::', '?', 'as' -- found '!' 62 --> test_12:1:10 63 | 64 1 | let x = a!; 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 ';' 67 --> test_13:1:12 68 | 69 1 | let x = a!=; 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 ';' 72 --> test_14:1:11 73 | 74 1 | let x = a>; 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 ';' 77 --> test_15:1:12 78 | 79 1 | let x = a>=; 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 ';' 82 --> test_16:1:11 83 | 84 1 | let x = a<; 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 ';' 87 --> test_17:1:12 88 | 89 1 | let x = a<=; 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 ';' 92 --> test_18:1:11 93 | 94 1 | let x = a>; 95 | ^ 96 Error [EPAR0370005]: expected '&&', '||', '&', '|', '^', '==', '!=', '<', '<=', '>', '>=', '+', '-', '*', '/', '**', '%', '<<', '>>', '[', '.', ';', '?', 'as' -- found '..' 97 --> test_19:1:10 98 | 99 1 | let x = a..; 100 | ^^