mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: add an error for import mod.sub as mod and import mod as mod (#6194)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Simple raw HTTP head request
|
||||
import x.net as net
|
||||
import x.net
|
||||
import time
|
||||
|
||||
// Make a new connection
|
||||
|
||||
Reference in New Issue
Block a user