79556559

Date: 2025-04-05 04:41:14
Score: 1.5
Natty:
Report link

Don't think I've seen this answer but you can type cast it.

int? foo = SomeNullableMethod();
int bar += (int)foo

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hieu Truong