-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Milestone
Description
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
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.