rascal
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.
Describe the bug
Simple NPE caused by using Result.value instead of Result.getValue() during the computation of default expressions.