mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02: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.