mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			193 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			193 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	let x:u256
 | |
| 	function f() -> a:u256, b:u256 {}
 | |
| 	123:u256, x := f()
 | |
| }
 | |
| // ====
 | |
| // dialect: evmTyped
 | |
| // ----
 | |
| // ParserError 2856: (58-59): Variable name must precede "," in multiple assignment.
 |