mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			420 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			420 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     setimmutable(0, 0x1234567890123456789012345678901234567890)
 | |
|     setimmutable(true, 0x1234567890123456789012345678901234567890)
 | |
|     setimmutable(false, 0x1234567890123456789012345678901234567890)
 | |
| }
 | |
| // ====
 | |
| // dialect: evm
 | |
| // ----
 | |
| // TypeError 5859: (19-20): Function expects string literal.
 | |
| // TypeError 5859: (83-87): Function expects string literal.
 | |
| // TypeError 5859: (150-155): Function expects string literal.
 |