Files
kotlin-fork/compiler/testData/codegen
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
2017-03-21 20:49:36 +03:00