package abc; 

public class MyPackage 
{ 
  int Property; 

  void Method() 
  { 
  } 
} 
