Skip to content
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

assertIs<LNChannel<X>> doesn't work as expected #412

Open
robbiehanson opened this issue Nov 23, 2022 · 0 comments
Open

assertIs<LNChannel<X>> doesn't work as expected #412

robbiehanson opened this issue Nov 23, 2022 · 0 comments

Comments

@robbiehanson
Copy link
Contributor

The call only ensures that the value is of type LNChannel<Any>

According to the docs for assertIs:

Note that due to type erasure the type check may be partial (e.g. assertIs<List<String>>(value) only checks for the class being List and not the type of its elements because it's erased).


There was a related discussion here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant