Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
つまり:
class Foo; end class Bar < Foo; end class Cux < Foo; end
Foo変数の型を、共用体なしで継承するクラスに制限することは可能x : Foo+ですか?
Foo
x : Foo+
多分型制限を使用していますか?
@x : Foo