8e7e24cc31
These two tests are now failing with IR fake override builder because e.g. the fake override `MyMutableList.foo` has two overridden symbols: `MyList.foo` and `MyMutableCollection.foo`, as opposed to the normal K2 mode which only has the former. This seems to only affect the printed IR dump. Note that in K1 there were two overridden symbols as well.