We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
class A def self.foo<S>(s: S) p Pair.new(s, s) # == Pair<S, S>.new(s, s) end end A.foo(3)
prints pair of 3 and 3
thread 'main' panicked at 'unexpected', lib/shiika_core/src/ty/term_ty.rs:158:18
We need to fix #493 before working on this.
The text was updated successfully, but these errors were encountered:
Got another error:
thread 'main' panicked at lib/shiika_core/src/ty/term_ty.rs:165:17: assertion failed: !typaram_ref.as_class
Sorry, something went wrong.
No branches or pull requests
Given
Expected
prints pair of 3 and 3
Actual
Notes
We need to fix #493 before working on this.
The text was updated successfully, but these errors were encountered: