This is a built-in template used for filling the body of a Kotlin function
each time it is generated by the program, e.g. when using the Create Function from Usage intention action. The template is editable. Along with Kotlin expressions and comments, you can also use the predefined variables that will be then expanded into the corresponding values. |
Predefined variables will take the following values: | ||
a return type of a created function | ||
name of the created function | ||
qualified name of the class where function is created | ||
non-qualified name of the class where function is implemented |