This commit is contained in:
Svetlana Isakova
2016-04-01 11:41:53 +03:00
parent f1ccf6b133
commit 860a2741d9
+1 -1
View File
@@ -631,7 +631,7 @@ Let's see the example of how group priorities are determined:
* Function go before property of the same category, so a top-level extension named `foo` has higher priority then a top-level extension property `foo` of function type.
* Both the property and the `invoke` function matter.
* The priority of both the property and the `invoke` function matters.
Thus if the `invoke` function is declared as an extension, the member property with this function goes after the group "extensions functions".
[source,kotlin]