incomplete between parameter type annotation and default value, but no error is reported. #61627
Closed
1 task done
Labels
Working as Intended
The behavior described is the intended behavior; this is not a bug
Acknowledgement
Comment
code:
the
arg3
in the lambda expression has type J, but its default value is a number. However, typescript engine gives no error.The version of
tsc
is 5.8.3The text was updated successfully, but these errors were encountered: