mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
* ENT-3322: Improved error reporting when an error occurs in type construction, after the ctor has been found. * ENT-3322: FlowA in this test violated a restriction of StringToMethodCallParser that parameters with the same name but different types cannot be overloaded. Fixed up FlowA to not have overloaded operation. * ENT-3322: Simplified code following review comments. * ENT-3322: Few updates following PR review comments.