## Minimized code Both: ```Scala given Context = ctx ``` and ```Scala given as Context = ctx ``` compile. ## Expectation I would expect only the first example to work, otherwise we will have two ways of declaring anonymous givens.