on M14 this syntax used to compile: `private val &...
# announcements
d
on M14 this syntax used to compile:
private val <T, R>transform: (Int, T) -> R = { pos, item -> item as R }
- now it’s throwing an error saying
Type parameter of a property must be used in its receiver type