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,4 +1,4 @@
|
||||
import math.stats as stats
|
||||
import math.stats
|
||||
import math
|
||||
|
||||
fn test_freq() {
|
||||
|
Reference in New Issue
Block a user