Fix a bug that no expression case doesn't return valid value
Here is a script that reproduces this problem: x = case when true; 1 end p x # => main # 1 is expected
Showing
Please register or sign in to comment
Here is a script that reproduces this problem: x = case when true; 1 end p x # => main # 1 is expected