mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			222 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			222 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
| contract C {
 | |
|     string s = "\xa0\x00";
 | |
| }
 | |
| // ----
 | |
| // TypeError 7407: (28-38): Type literal_string hex"a000" is not implicitly convertible to expected type string storage ref. Contains invalid UTF-8 sequence at position 0.
 |