Closed arai-a closed 6 years ago
@syg I just noticed that AssertedParameterScope.isSimpleParameterList is still necessary, because the AssertedPositionalParameterName vs AssertedParameterName doesn't distinguish default parameter case. so I added it back.
AssertedParameterScope.isSimpleParameterList
Thank you.
@syg I just noticed that
AssertedParameterScope.isSimpleParameterList
is still necessary, because the AssertedPositionalParameterName vs AssertedParameterName doesn't distinguish default parameter case. so I added it back.