mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			236 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			236 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
| pragma solidity >=0.0.0;
 | |
| 
 | |
| contract Error3 {
 | |
| 	constructor() {
 | |
| 	    balances[tx.origin] = ; // missing RHS.
 | |
| 	}
 | |
| 
 | |
| }
 | |
| // ----
 | |
| // ParserError 6933: (88-89): Expected primary expression.
 | |
| // Warning 3347: (88-89): Recovered in Statement at ';'.
 |