I'm not sure, but maybe this works: ``` class A(da...
# announcements
k
I'm not sure, but maybe this works:
Copy code
class A(date: LocalDate) {
    private var date by LocalDateDelegate() = date
}