You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On master (Crystal 0.24.0+9 [2e00b8f7a] (2017-10-31)) this errors with undefined constant T on line 2.
Previously, in version 0.23.1, it would error with instance variable '@baz' of Foo(Int32) must be Hash(Symbol, Array(Int32)), not Hash(Symbol, Array(T)) on line 5.
The text was updated successfully, but these errors were encountered:
On master (
Crystal 0.24.0+9 [2e00b8f7a] (2017-10-31)
) this errors withundefined constant T
on line 2.Previously, in version 0.23.1, it would error with
instance variable '@baz' of Foo(Int32) must be Hash(Symbol, Array(Int32)), not Hash(Symbol, Array(T))
on line 5.The text was updated successfully, but these errors were encountered: