Minor, add missing kdoc on Function's type parameter
This commit is contained in:
@@ -18,5 +18,7 @@ package kotlin
|
||||
|
||||
/**
|
||||
* Represents a value of a functional type, such as a lambda, a function expression or a function reference.
|
||||
*
|
||||
* @param R return type of the function.
|
||||
*/
|
||||
public interface Function<out R>
|
||||
|
||||
Reference in New Issue
Block a user