You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Cannot use qualified in pre and postpositive position
3
+
summary: A module cannot be imported using the qualified modifier in pre and postpositive position
4
+
severity: error
5
+
introduced: 9.6.1
6
+
---
7
+
8
+
With the language extension `ImportQualifiedPost` it is possible to import a module using the `qualified` modifier after the name of the module. But it is not legal to use the `qualified` modifier both before and after the name of the module.
0 commit comments