For code ```dart @a library L; const a = null; ``` The corresponding Kernel `Library.annotations` is empty. The same is for ```dart @a import "foo.dart"; const a = b; ``` and ```dart @a export "foo.dart"; const a = null; ``` Corresponding `LibraryDependency.annotations` are empty.