Add change note

This commit is contained in:
Tamas Vajk
2022-12-09 08:46:08 +01:00
parent ce5509a080
commit e410e2744b

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The extraction of extension methods have been improved when default parameter values are present. The dispatch and extension receiver parameters are extracted in the correct order. The `ExtensionMethod::getExtensionParameterIndex` predicate has been introduced to facilitate getting the correct extension parameter index.