mirror of
https://github.com/corda/corda.git
synced 2025-05-07 02:58:36 +00:00
Also fixes an odd bug where the inferred type of a getter wasn't matching the constructor parameter type because that was still unbounded and seen as T, looking at the raw type allows us to inspect this properly