archives

« Bugzilla Issues Index

#3683 — Example import declaration below Table 38 uses non-existent syntax


The last entry of the table below Table 38 lists the following import declaration:


import from "mod";


and notes that "An ImportEntry Records is not created" (besides the wrong syntax, this sentence has a typo in it: "Record" should not be plural). My guess is that this example was meant to be:


import "mod";


as there's no production of ImportDeclaration featuring a FromClause without something between it and 'import'.


fixed in rev33 editor's draft


fixed in rev33