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 function example(value1: number, value2: number): number return value1 + value2 end local value1 = 1 local object = { value2 = 2 } example(value1, object.value2)
We don't need to show value2: here
value2:
Requested by @LastTalon
The text was updated successfully, but these errors were encountered:
6e97e20
No branches or pull requests
We don't need to show
value2:
hereRequested by @LastTalon
The text was updated successfully, but these errors were encountered: