This is probably caused by the fix for IDEADEV-13269: It seems it checks for the presence of any error inside the argument list, but it should only check for other unresolved symbols.
Description
It's no longer possible to create a method by intention if an argument for the unresolved method throws an unhandled exception:
This is probably caused by the fix for IDEADEV-13269: It seems it checks for the presence of any error inside the argument list, but it should only check for other unresolved symbols.