[mcs] Inflate referenced current types for imported type definitions. Fixes #56462
[mono.git] / mcs / tests / test-525.cs
index e0655b25609af8c0488130bf99e07bd1c61e5dad..f5008717b6e312b2a5b0d124b275441ebe3e749e 100644 (file)
@@ -3,7 +3,8 @@ using System;
 class X {
        ~X ()
        {
-               Console.WriteLine ("DESTRUCTOR!");
+               int id = 1;
+               Console.WriteLine ("DESTRUCTOR!" + id);
        }
 
         public static int Test1()