## minimized code ```Scala class X object X extends X given `as` as X = X ``` ## expectation A given instance named `as` ## actual  Also note that the error message mentions `for` which should be `as` I guess?  What is it now anyway? `given as` or `delegate for`?