Flush
[mono.git] / mcs / tests / gen-29.cs
index 0c81243b025670ba42587fc050146ffe18d69d87..6194603a4fb9e673840e875b42a5ea91c771c900 100644 (file)
@@ -9,6 +9,8 @@ class Stack<T>
 
        public object Test ()
        {
+               // Boxing the type parameter to an object; note that we're
+               // an array !
                return t;
        }
 }