You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			11 lines
		
	
	
		
			137 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			137 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|   | // CS1536: Invalid parameter type `void' | ||
|  | // Line: 8 | ||
|  | 
 | ||
|  | public class Test | ||
|  | { | ||
|  | 	public static void Main () | ||
|  | 	{ | ||
|  | 		object o = (void v) => 1; | ||
|  | 	} | ||
|  | } |