Hi, I have an issue with an `is` statement. I need...
# announcements
p
Hi, I have an issue with an
is
statement. I need to check on a generic type. I understand that I will lose the generic type because of type erasure, but the compiler will not let me pass in anything at all! Any ideas?