mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			229 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			229 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	// This is not joined because a is referenced multiple times
 | |
| 	let a := mload(2)
 | |
| 	let b := add(a, a)
 | |
| }
 | |
| // ----
 | |
| // step: expressionJoiner
 | |
| //
 | |
| // {
 | |
| //     {
 | |
| //         let a := mload(2)
 | |
| //         let b := add(a, a)
 | |
| //     }
 | |
| // }
 |