public static bool testMethod()
            {
                ImprefTestClass_struct_inter_Sub        ImprefTestClass_struct_inter_Sub = new ImprefTestClass_struct_inter_Sub();
                ImprefTestClass_struct_inter_Interface2 inter2;
                ImprefTestClass_struct_inter_Interface1 inter1;

                inter2 = ImprefTestClass_struct_inter_Sub;
                inter1 = ImprefTestClass_struct_inter_Sub;
                return(true);
            }
Ejemplo n.º 2
0
	            public static bool testMethod() 
	            {
			        ImprefTestClass_struct_inter_Sub	ImprefTestClass_struct_inter_Sub = new ImprefTestClass_struct_inter_Sub();
			        ImprefTestClass_struct_inter_Interface2		inter2;
			        ImprefTestClass_struct_inter_Interface1		inter1;
			        inter2 = ImprefTestClass_struct_inter_Sub;
			        inter1 = ImprefTestClass_struct_inter_Sub;
	                return true;
                }