mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			176 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			176 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
| pragma experimental SMTChecker;
 | |
| contract test {
 | |
| 	function f() internal pure {
 | |
| 		ufixed a = uint64(1) + ufixed(2);
 | |
| 	}
 | |
| }
 | |
| // ----
 | |
| // Warning 2072: (80-88): Unused local variable.
 |