rascal icon indicating copy to clipboard operation
rascal copied to clipboard

Default keyword fields will sometimes throw NPEs when the default value is the name of an (overloaded) function instead of a lambda.

Open jurgenvinju opened this issue 1 year ago • 0 comments

Describe the bug

Simple NPE caused by using Result.value instead of Result.getValue() during the computation of default expressions.

jurgenvinju avatar Jun 18 '24 11:06 jurgenvinju