File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -152,14 +152,7 @@ public sealed class DateTimeUnit {
152152 * @see DateTimeUnit.MonthBased for specifically month-based units.
153153 */
154154 @Serializable(with = DateBasedDateTimeUnitSerializer ::class )
155- public sealed class DateBased : DateTimeUnit () {
156- @Suppress(" TOPLEVEL_TYPEALIASES_ONLY" )
157- @Deprecated(" Use DateTimeUnit.DayBased" , ReplaceWith (" DateTimeUnit.DayBased" , " kotlinx.datetime.DateTimeUnit" ))
158- public typealias DayBased = DateTimeUnit .DayBased
159- @Suppress(" TOPLEVEL_TYPEALIASES_ONLY" )
160- @Deprecated(" Use DateTimeUnit.MonthBased" , ReplaceWith (" DateTimeUnit.MonthBased" , " kotlinx.datetime.DateTimeUnit" ))
161- public typealias MonthBased = DateTimeUnit .MonthBased
162- }
155+ public sealed class DateBased : DateTimeUnit ()
163156
164157 /* *
165158 * A [datetime unit][DateTimeUnit] equal to some number of calendar days.
You can’t perform that action at this time.
0 commit comments