Skip to content

qualified library names are not compiled #7053

@DartBot

Description

@DartBot

This issue was originally filed by alexe.kaigorodov@gmail.com


14 Libraries and Scripts reads:

libraryName:
  metadata library identifier (‘.’ identifier)* ‘;’
;

But VM gives compile error if library name is a qualified identifier:

'file:///home/kaigorodov/dash/dash/co19/tests/co19/src/Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t18.dart': Error: line 17 pos 18: semicolon expected
library Libraries.and.Scripts.A03.t18.lib;
                 ^

Affected test:
Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t18

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions