Capability class is not properly boxed in implicit type argument #16725
Labels
area:experimental:cc
Capture checking related
cc-experiment
Intended to be merged with cc-experiment branch on origin
itype:bug
Compiler version
main
Minimized code
Output
Expectation
Both
ok
andboom
should issue an error, but nowboom
won't b/c of the explicit type argument. This is because inSetup
the type arugmentCanIO
inallowIO[CanIO]
will not be boxed when it is written out explicitly.The text was updated successfully, but these errors were encountered: