[BUG] Crash with Nullable<Decimal>

I have this quite straightforward:

Delegate (1 -> 1)<Nullable<Decimal>, Nullable<Float32>>

Results immediate crash.
I have the case where Func<decimal?, TValue> needs to be defined, if i type Nullable<Decimal> on delegate input if i hover pin it’s insta crash even in stoped mode…