You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			12 lines
		
	
	
		
			134 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			134 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|   | // CS0619-45: `A' is obsolete: `!!!' | ||
|  | // Line: 9 | ||
|  | 
 | ||
|  | [System.Obsolete("!!!", true)] | ||
|  | class A: System.Attribute | ||
|  | { | ||
|  | } | ||
|  | 
 | ||
|  | [A] | ||
|  | class Obsolete { | ||
|  | } |