File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
pkg/analyzer/lib/src/dart/element Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5888,6 +5888,7 @@ class LabelFragmentImpl extends FragmentImpl implements LabelFragment {
5888
5888
}
5889
5889
5890
5890
/// A concrete implementation of [LibraryElement] .
5891
+ @elementClass
5891
5892
class LibraryElementImpl extends ElementImpl
5892
5893
with DeferredResolutionReadingMixin
5893
5894
implements LibraryElement {
@@ -6372,7 +6373,9 @@ class LibraryElementImpl extends ElementImpl
6372
6373
LibraryElementImpl get nonSynthetic => this ;
6373
6374
6374
6375
@override
6376
+ @trackedDirectlyOpaque
6375
6377
Namespace get publicNamespace {
6378
+ globalResultRequirements? .recordOpaqueApiUse (this , 'publicNamespace' );
6376
6379
return _publicNamespace ?? = NamespaceBuilder ()
6377
6380
.createPublicNamespaceForLibrary (this );
6378
6381
}
You can’t perform that action at this time.
0 commit comments