mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			227 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			227 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
using L for * global;
 | 
						|
library L {}
 | 
						|
// ----
 | 
						|
// SyntaxError 8118: (0-21): The type has to be specified explicitly at file level (cannot use '*').
 | 
						|
// SyntaxError 2854: (0-21): Can only globally attach functions to specific types.
 |