This property: ``` val <T> empty_contents: T...
# announcements
a
This property:
Copy code
val <T> empty_contents: T.() -> Unit = { }
produces this error:
>> Error:(3, 6) Kotlin: Type parameter of a property must be used in its receiver type