mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
370 B
370 B
category
| category |
|---|
| minorAnalysis |
- The extraction of Kotlin extension methods has been improved when default parameter values are present. The dispatch and extension receiver parameters are extracted in the correct order. The
ExtensionMethod::getExtensionReceiverParameterIndexpredicate has been introduced to facilitate getting the correct extension parameter index.