-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module use genericity can not set null #918
Comments
This is intended behavior. It is the same as when you write If you need a default value in a module, I suggest that you add an With the planned new generics (#679) it will also be possible to use a type class for this. |
but, It is correct in the a class,
Even in the standard package LinkedList:
|
show a error:
next is correct:
The text was updated successfully, but these errors were encountered: