Open FMorschel opened 2 hours ago
Summary: The issue is that evaluating an extension getter on a nullable type that is null throws a NoSuchMethodError
instead of returning the expected value. This occurs when using a breakpoint in the debugger to evaluate the expression.
Repro
Place a breakpoint on
print
and evaluatestr.isNullOrEmpty
you get:CC: @bkonyi