Revert "[NI] Prefer between two complex variables one with proper lower bounds"

This reverts commit ced8a92629.
This commit is contained in:
Mikhail Zarechenskiy
2020-03-18 16:23:54 +03:00
parent f82e2db65d
commit d4d35bb766
12 changed files with 3 additions and 135 deletions
@@ -1,14 +0,0 @@
package
public fun test(/*0*/ dailyTimes: kotlin.collections.List<DailyTime>): kotlin.collections.List<DailyTime>
public fun </*0*/ T : kotlin.Comparable<T>> kotlin.sequences.Sequence<T>.range(): kotlin.ranges.ClosedRange<T>?
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
}