angryziber / kotlin-puzzlers

A collection of Kotlin Puzzlers
419 stars 58 forks source link

add extension property delegate puzzlers #72

Open tobiberger opened 4 years ago

tobiberger commented 4 years ago

There is something to consider when using extension properties in combination with delegates. I added 2 different versions of this puzzler that show the issue in slightly different ways. The custom delegate implementation might be a failed try to fix the problem of the other version.