Files
kotlin-fork/compiler
Stanislav Erokhin 5eb56dca60 [NI] Check type compatibility before fixation.
If for type variable we have upper and lower bounds, then sometimes
our approximation before fixation give us incorrect result for type
variable and we should chose other bound as result.

Example: Int & Byte <: T <: Byte. If we run approximation for lower
bound we get Int as result and it isn't subtype of Byte.
2017-08-07 18:00:18 +03:00
..
2017-08-03 01:55:44 +03:00
2017-08-02 23:02:11 +03:00