blob: 692af39f25be25e665d4ac72ad7cd8ff140bf8d8 (
plain) (
blame)
1
2
3
|
/* custom error: Linear types can be used */
$x = MutDictHasItems(MutDictCreate(Int32,String,0));
select FromMutDict(<|p:ExpandStruct(WithSideEffects(Opaque(<|z:Void()|>)),$x.0 as a,$x.1 as b)|>.p.a)
|