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
References to nested imports lead to errors. For instance, a.b.Feature is resolved to a single import a.b instead of 2 nested imports. It appears that the Import class is currently not suited for nested imports at all.
Furthermore, the parsing in UVLListener also only assumes one import prefix.
The text was updated successfully, but these errors were encountered:
References to nested imports lead to errors. For instance, a.b.Feature is resolved to a single import a.b instead of 2 nested imports. It appears that the Import class is currently not suited for nested imports at all.
Furthermore, the parsing in UVLListener also only assumes one import prefix.
The text was updated successfully, but these errors were encountered: