mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: add check for using a private const in another module (#8501)
This commit is contained in:
@@ -5,7 +5,7 @@ module time
|
||||
|
||||
#include <time.h>
|
||||
|
||||
const (
|
||||
pub const (
|
||||
days_string = 'MonTueWedThuFriSatSun'
|
||||
month_days = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]
|
||||
months_string = 'JanFebMarAprMayJunJulAugSepOctNovDec'
|
||||
|
||||
Reference in New Issue
Block a user