590a188066
This ensures the runtime type is of the tear-off expression's static type, even when accessed through a superclass. I also moved the two tests into a subdirectory so they are easier to find. (It is inscrutable to me why we would have a single directory with 1,868 test files in it.) That involved enabling recursive directory listing in codegen_test, which exposed a couple of things. Fix #27484. R=leafp@google.com Review-Url: https://codereview.chromium.org/2641543003 .