Skip to content

Commit

Permalink
Merge pull request #15353 from lampepfl/language-reference-backport
Browse files Browse the repository at this point in the history
Backport changes from stable documentation branch
  • Loading branch information
prolativ authored Jun 2, 2022
2 parents 707f9cb + c61e818 commit 9f79578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_docs/reference/changed-features/imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ are offered under settings `-source 3.1-migration -rewrite`.

```
Import ::= ‘import’ ImportExpr {‘,’ ImportExpr}
ImportExpr ::= SimpleRef {‘.’ id} ‘.’ ImportSpec
ImportExpr ::= SimpleRef {‘.’ id} ‘.’ ImportSpec
| SimpleRef `as` id
ImportSpec ::= NamedSelector
| WildcardSelector
| ‘{’ ImportSelectors) ‘}’
Expand Down

0 comments on commit 9f79578

Please sign in to comment.