Enable 135 again
[mono.git] / mcs / tests / gen-16.cs
index 8cf1f97d79642c9dc532a62b23c18dce199a405b..bf6b51bedd775506d0566f105557c53dfa301aac 100644 (file)
@@ -1,3 +1,6 @@
+// A generic method may also use the type parameters
+// from its enclosing type.
+
 class Stack<S>
 {
        public static void Hello<T> (S s, T t)