Files
kotlin-fork/compiler/testData/codegen/box
Mikhail Zarechenskiy 0d464f06d1 [NI] Consider CS as nullable if one of the types isn't subtype of Any
Note that this isn't fully correct, consider the following situation:

S : T, T : Any?
=> CS(S, T) = T, but for now it will be T?, which is reliable but not so specific as just T
2017-08-07 18:01:09 +03:00
..
2017-03-20 18:46:01 +01:00
2016-11-09 21:41:12 +03:00