mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			164 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			164 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   function f(x) {}
 | |
|   let a
 | |
|   f(a)
 | |
|   a := 4
 | |
| }
 | |
| // ----
 | |
| // varDeclPropagator
 | |
| // {
 | |
| //     function f(x)
 | |
| //     {
 | |
| //     }
 | |
| //     let a
 | |
| //     f(a)
 | |
| //     a := 4
 | |
| // }
 |