Files
kotlin-fork/compiler/testData/diagnostics/tests
Mikhail Glukhikh 852475337b FIR: use only most specific members when building intersection
In this commit we drop less concrete members in intersection.
See for example change in test data: before the commit, we intersected
all three A.foo, B.foo and C.foo in diamond hierarchy. After the commit
we drop A.foo and intersect B.foo and C.foo only.
2021-12-07 23:17:20 +03:00
..
2021-11-12 15:20:45 +03:00
2021-11-13 12:38:45 +01:00
2021-11-12 15:20:45 +03:00
2021-11-12 15:20:44 +03:00
2021-11-13 12:38:45 +01:00
2021-11-12 15:20:44 +03:00
2021-07-28 23:17:31 +03:00
2021-09-14 23:48:50 +03:00
2021-09-14 23:48:50 +03:00