Minor, add missing kdoc on Function's type parameter

This commit is contained in:
Alexander Udalov
2015-06-10 02:03:22 +03:00
parent c8439ae6fc
commit b064b947ce
+2
View File
@@ -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>