class C(val map: MutableMap) { // NB: this does not work because of @LowPriorityInOverloadResolution not deserialized (KT-37228) var foo by map } var bar by hashMapOf()