Uh oh!
There was an error while loading. Please reload this page.
Fix object-expr untested cases - #17476
Conversation
|
edgarfgp
commented
Aug 2, 2024
This is ready. |
Uh oh!
There was an error while loading. Please reload this page.
psfinaki
commented
Aug 6, 2024
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
KevinRansom
left a comment
There was a problem hiding this comment.
These test cases seem to verify that the compiler compiles the source code without producing errors, could we also verify that the built type has the interface. Adding a main with a cast and executing is probably sufficient.
I'm confident it does, but a test that confirms it might be useful.
edgarfgp
commented
Aug 7, 2024
Done 👍🏻 |
Description
Continuation of #17388
Found some cases that weren't covered/tested before
Checklist