mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Warning: Statement has no effect.
 | 
						||
 --> message_format_utf8/input.sol:5:51:
 | 
						||
  |
 | 
						||
5 | /* ©©©©ᄅ©©©©© 2017 */ constructor () { unicode"©©©©ᄅ©©©©©" ; }
 | 
						||
  |                                        ^^^^^^^^^^^^^^^^^^^
 | 
						||
 | 
						||
Warning: Statement has no effect.
 | 
						||
 --> message_format_utf8/input.sol:9:25:
 | 
						||
  |
 | 
						||
9 |                         unicode"S = π × r²";
 | 
						||
  |                         ^^^^^^^^^^^^^^^^^^^
 | 
						||
 | 
						||
Warning: Statement has no effect.
 | 
						||
  --> message_format_utf8/input.sol:10:39:
 | 
						||
   |
 | 
						||
10 | /* ₀₁₂₃₄⁵⁶⁷⁸⁹ */		unicode"∑ 1/n! ≈ 2.7";                 // tabs in-between
 | 
						||
   |                 		^^^^^^^^^^^^^^^^^^^^^
 | 
						||
 | 
						||
Warning: Statement has no effect.
 | 
						||
  --> message_format_utf8/input.sol:11:30:
 | 
						||
   |
 | 
						||
11 | /* Ŀŏŗėɯ ïƥŝʉɱ */		unicode"μὴ		χεῖρον		βέλτιστον"; // tabs in-between and inside
 | 
						||
   |                  		^^^^^^^^^^		^^^^^^		^^^^^^^^^^
 | 
						||
 | 
						||
Warning: Function state mutability can be restricted to pure
 | 
						||
  --> message_format_utf8/input.sol:15:2:
 | 
						||
   |
 | 
						||
15 | 	function selector() public returns(uint) { // starts with tab
 | 
						||
   | 	^ (Relevant source part starts here and spans across multiple lines).
 |