Back to Intellij Community

FunctionName

plugins/kotlin/code-insight/descriptions/resources-en/inspectionDescriptions/FunctionName.html

2025.3-rc-2210 B
Original Source

Reports function names that do not follow the recommended naming conventions.

Example:

fun Foo() {}

To fix the problem change the name of the function to match the recommended naming conventions.