public static bool testMethod()
            {
                ImprefTestClass_ref_obj_Sub test = new ImprefTestClass_ref_obj_Sub();
                object obj;

                obj = test;
                return(true);
            }
Esempio n. 2
0
            public static bool testMethod() 
            {
		        ImprefTestClass_ref_obj_Sub	test = new ImprefTestClass_ref_obj_Sub();
		        object	obj;
		        obj = test;
                return true;
            }