endX.some_fun 1 # Error: argument 'value' of 'X#some_fun' must be X::MyInt, not Int32
end
X.some_fun 1 # Error: argument 'value' of 'X#some_fun' must be X::MyInt, not Int32
本文档使用 全库网 构建