I have run into an issue where a type check is not...
# announcements
s
I have run into an issue where a type check is not returning the result I expect. I am writing a small plugin for IntelliJ IDEs and dealing with Dart files. I need to check that a PsiFile is an instance of DartFile, so I have