You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance if my class name is RBF, then declare class RBF
makes the compilator fails when i launch zephir build, but not if my class name is RbF or rBF.
The same thing occurs with vars, for instance : I can name a var Lu, or LuL, but not LU. I cannot have a variable name which is A because zephir build fails
From @mikachou on August 28, 2018 18:44
For instance if my class name is RBF, then declare
class RBF
makes the compilator fails when i launch
zephir build
, but not if my class name is RbF or rBF.The same thing occurs with vars, for instance : I can name a var Lu, or LuL, but not LU. I cannot have a variable name which is A because
zephir build
failsCopied from original issue: zephir-lang/zephir#1668
The text was updated successfully, but these errors were encountered: