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
getter qux : Void?
# ^^^^ error: `Void` should only be used in the context of C bindingsdeffoo(bar : Void) : Void# ^^^^ error: `Void` should only be used in the context of C bindings# ^^^^ error: `Void` should only be used in the context of C bindings
baz = uninitialized Void# ^^^^ error: `Void` should only be used in the context of C bindingsend
The text was updated successfully, but these errors were encountered:
crystal-lang/crystal#10657
The text was updated successfully, but these errors were encountered: