Files
kotlin-fork/compiler/testData/diagnostics/tests
Tianyu Geng e242ad955b FIR: tolerate comparison of an intersection of incompatible types
Previously, if user compares an `it<String, Int>` with `String`, the
checker reports it since the flattened types `[String, Int, Int]` are
incompatible. But technically, before flattening, the intersection type
actually contain the other side, so they should really be compatible.
2021-08-06 22:57:11 +03:00
..
2021-07-29 19:45:55 +02:00
2021-07-28 23:17:31 +03:00
2021-05-28 15:36:24 +03:00