我试图从通用类派生我的类:
class foo<T> {} class bar : foo<Int> {}
Classes derived from generic classes must also be generic
@H_404_8@如何避免这个限制?可能吗?