Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-228.cs
index cd898066d9c8918511b7efe4fcf60f8a2b3743d5..32124f7c8e510eaae753a55d838de97bf0bd73eb 100644 (file)
@@ -1,6 +1,7 @@
 //
-// Test for bug reported on the mono-devel-list 
-//
+// Test for bug reported on the list.  The bug was that the 
+// compiler was generating copies of the static variable, before
+// passing it.  A trick that we do for readonly variables
 using System;
 
 namespace BadRefTest