@@ -47,9 +47,9 @@ contract 9c {
47
47
Diagnostic { loc: File ( 0 , 48 , 49 ) , level: Error , ty: ParserError , message: "unrecognised token ';', expected \" *\" , \" <\" , \" <=\" , \" =\" , \" >\" , \" >=\" , \" ^\" , \" ~\" , identifier, number, string" . to_string( ) , notes: vec![ ] } ,
48
48
Diagnostic { loc: File ( 0 , 62 , 65 ) , level: Error , ty: ParserError , message: r#"unrecognised token 'for', expected "(", ";", "=""# . to_string( ) , notes: vec![ ] } ,
49
49
Diagnostic { loc: File ( 0 , 78 , 79 ) , level: Error , ty: ParserError , message: r#"unrecognised token '9', expected "case", "default", "leave", "revert", "switch", identifier"# . to_string( ) , notes: vec![ ] } ,
50
- Diagnostic { loc: File ( 0 , 95 , 96 ) , level: Error , ty: ParserError , message: "unrecognised token '0', expected \" (\" , \" ++\" , \" --\" , \" .\" , \" [\" , \" case\" , \" constant\" , \" default\" , \" external\" , \" immutable\" , \" internal\" , \" leave\" , \" override\" , \" private\" , \" public\" , \" revert\" , \" switch\" , \" {\" , identifier" . to_string( ) , notes: vec![ ] } ,
50
+ Diagnostic { loc: File ( 0 , 95 , 96 ) , level: Error , ty: ParserError , message: "unrecognised token '0', expected \" (\" , \" ++\" , \" --\" , \" .\" , \" [\" , \" case\" , \" constant\" , \" default\" , \" external\" , \" immutable\" , \" instance \" , \" internal\" , \" leave\" , \" override\" , \" persistent \" , \" private\" , \" public\" , \" revert\" , \" switch\" , \" temporary \" , \" {\" , identifier" . to_string( ) , notes: vec![ ] } ,
51
51
Diagnostic { loc: File ( 0 , 116 , 123 ) , level: Error , ty: ParserError , message: "unrecognised token 'uint256', expected \" ++\" , \" --\" , \" .\" , \" [\" , \" case\" , \" default\" , \" leave\" , \" switch\" , identifier" . to_string( ) , notes: vec![ ] } ,
52
- Diagnostic { loc: File ( 0 , 403 , 404 ) , level: Error , ty: ParserError , message: "unrecognised token '3', expected \" (\" , \" ++\" , \" --\" , \" .\" , \" [\" , \" case\" , \" constant\" , \" default\" , \" external\" , \" immutable\" , \" internal\" , \" leave\" , \" override\" , \" private\" , \" public\" , \" revert\" , \" switch\" , \" {\" , identifier" . to_string( ) , notes: vec![ ] } ,
52
+ Diagnostic { loc: File ( 0 , 403 , 404 ) , level: Error , ty: ParserError , message: "unrecognised token '3', expected \" (\" , \" ++\" , \" --\" , \" .\" , \" [\" , \" case\" , \" constant\" , \" default\" , \" external\" , \" immutable\" , \" instance \" , \" internal\" , \" leave\" , \" override\" , \" persistent \" , \" private\" , \" public\" , \" revert\" , \" switch\" , \" temporary \" , \" {\" , identifier" . to_string( ) , notes: vec![ ] } ,
53
53
Diagnostic { loc: File ( 0 , 441 , 442 ) , level: Error , ty: ParserError , message: r#"unrecognised token '4', expected "(", "case", "default", "leave", "revert", "switch", identifier"# . to_string( ) , notes: vec![ ] } ,
54
54
Diagnostic { loc: File ( 0 , 460 , 461 ) , level: Error , ty: ParserError , message: "unrecognised token '!', expected \" ;\" , \" case\" , \" constant\" , \" default\" , \" external\" , \" immutable\" , \" internal\" , \" leave\" , \" override\" , \" payable\" , \" private\" , \" public\" , \" pure\" , \" return\" , \" returns\" , \" revert\" , \" switch\" , \" view\" , \" virtual\" , \" {\" , identifier" . to_string( ) , notes: vec![ ] } ,
55
55
Diagnostic { loc: File ( 0 , 482 , 483 ) , level: Error , ty: ParserError , message: "unrecognised token '3', expected \" !=\" , \" %\" , \" %=\" , \" &\" , \" &&\" , \" &=\" , \" (\" , \" *\" , \" **\" , \" *=\" , \" +\" , \" ++\" , \" +=\" , \" -\" , \" --\" , \" -=\" , \" .\" , \" /\" , \" /=\" , \" ;\" , \" <\" , \" <<\" , \" <<=\" , \" <=\" , \" =\" , \" ==\" , \" >\" , \" >=\" , \" >>\" , \" >>=\" , \" ?\" , \" [\" , \" ^\" , \" ^=\" , \" calldata\" , \" case\" , \" default\" , \" leave\" , \" memory\" , \" revert\" , \" storage\" , \" switch\" , \" {\" , \" |\" , \" |=\" , \" ||\" , identifier" . to_string( ) , notes: vec![ ] } ,
0 commit comments