Fix object-expr untested cases#17476
Fix object-expr untested cases#17476psfinaki merged 10 commits intodotnet:mainfrom edgarfgp:fix-objexpr-untested-case
Conversation
|
|
This is ready. |
|
/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.
Done 👍🏻 |
Description
Continuation of #17388
Found some cases that weren't covered/tested before
Checklist