mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			394 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			394 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Error: Expected primary expression.
 | 
						|
 --> recovery_ast_constructor/input.sol:6:27:
 | 
						|
  |
 | 
						|
6 |     balances[tx.origin] = ; // missing RHS.
 | 
						|
  |                           ^
 | 
						|
 | 
						|
Warning: Recovered in Statement at ';'.
 | 
						|
 --> recovery_ast_constructor/input.sol:6:27:
 | 
						|
  |
 | 
						|
6 |     balances[tx.origin] = ; // missing RHS.
 | 
						|
  |                           ^
 | 
						|
 | 
						|
 | 
						|
Compilation halted after AST generation due to errors.
 |