package public fun test(/*0*/ dailyTimes: kotlin.collections.List): kotlin.collections.List public fun > kotlin.sequences.Sequence.range(): kotlin.ranges.ClosedRange? public final data class DailyTime { public constructor DailyTime(/*0*/ date: java.time.LocalDate) public final val date: java.time.LocalDate public final operator /*synthesized*/ fun component1(): java.time.LocalDate public final /*synthesized*/ fun copy(/*0*/ date: java.time.LocalDate = ...): DailyTime public open override /*1*/ /*synthesized*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean public open override /*1*/ /*synthesized*/ fun hashCode(): kotlin.Int public open override /*1*/ /*synthesized*/ fun toString(): kotlin.String }