We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local a = "str" a = isEmptyStr("str") and "123" or "456" print(a)
会产生 “已显式定义变量的类型为 string ,不能再将其类型转换为 string|true。”的警告。
string
string|true
The text was updated successfully, but these errors were encountered:
Same as #1294
Sorry, something went wrong.
No branches or pull requests
会产生
“已显式定义变量的类型为
string
,不能再将其类型转换为string|true
。”的警告。The text was updated successfully, but these errors were encountered: