hfhbd
11/18/2024, 9:38 AMval ERROR by error1<KtElement, FirRegularClassSymbol>()
). What happens in this case? And are there any plans to add a plugin ID prefix to the error messages?dmitriy.novozhilov
11/18/2024, 9:41 AMWhat happens in this case?Everything continue to work, but
@Suppress
might start to work weird (suppressing both errors)
And are there any plans to add a plugin ID prefix to the error messages?Yes, we are considering some stable IDs for all diagnositcs, but there is nothing to share yet. For now you can just use some prefix by yourself in your diagnostics
hfhbd
11/18/2024, 9:42 AM