Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
'object' : const object should be initialized
The constant is not initialized. The value of a symbol with the const
attribute cannot be changed after its definition, it should be given an initialization value.