The following lazy property body fails on Kotlin `1.4.20-M1`: ``` com.nextfaze.devfun.internal.ReflectedPropertyImpl#property ``` It appears the `fieldName` can have a `get` suffix as of 1.4, and thus no longer matches any field names in the collection.