mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   let a := 4
 | |
|   let x
 | |
|   if a {
 | |
|     x := 2
 | |
|   }
 | |
| }
 | |
| // ----
 | |
| // varDeclPropagator
 | |
| // {
 | |
| //     let a := 4
 | |
| //     let x
 | |
| //     if a
 | |
| //     {
 | |
| //         x := 2
 | |
| //     }
 | |
| // }
 |