Exemple #1
0
        public static void return_own_stringshare_from_virtual()
        {
            var obj = new StringshareReturner();

            // for (int i = 0; i < 1000000; i ++) // Uncomment this to check for memory leaks.
            Test.AssertEquals("own_inherited", obj.CallReturnOwnStringshare());
        }