1
0
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:
Swastik Baranwal
2020-08-23 05:42:25 +05:30
committed by GitHub
parent 61df70fdf5
commit b2e79dbebd
8 changed files with 26 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import x.net as net
import x.net
import time
fn echo_server(_c net.UdpConn) {