Delegation authored by Andreas Neumann's avatar Andreas Neumann
...@@ -68,8 +68,8 @@ Kotlin Konzepte ...@@ -68,8 +68,8 @@ Kotlin Konzepte
- Scope Functions - Scope Functions
- [Anonyme Objekte](src/Kotlin/Konzepte/Anonyme_Objekte) - [Anonyme Objekte](src/Kotlin/Konzepte/Anonyme_Objekte)
- [Operatoren-Überladung](src/Kotlin/Konzepte/Operatoren_Ueberladung) - [Operatoren-Überladung](src/Kotlin/Konzepte/Operatoren_Ueberladung)
- Delegation - [Delegation](src/Kotlin/Konzepte/Delegation)
- Delegated Properties - [Delegated Properties](src/Kotlin/Konzepte/Delegated_Properties)
- Lazy - Lazy
- *~~Generics~~* - *~~Generics~~*
- *~~Generic Functions~~* - *~~Generic Functions~~*
... ...
......