Hi everyone, I'm trying to find where in the compi...
# kontributors
e
Hi everyone, I'm trying to find where in the compiler's code are simple warnings implemented. Specifically I'm looking for the implementation of the unchecked cast warning. If anyone would point me to it, or even where the warnings are in general, that would be most appreciated
d
You can open files with diagnostic declarations (FirErrors and similar ones for platform-specific diagnostics) and then just navigate to use-sites of ones you are interested in
e
Fantastic!!! Thank you very much!