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
$ git diff . diff --git a/test-input.ipf b/test-input.ipf index 07c0b3a..deac92e 100644 --- a/test-input.ipf +++ b/test-input.ipf @@ -99,3 +99,7 @@ Function FooParamStruct(s) "J ASCII85End End + +Function Dostuff(variable a [variable b]) + +End diff --git a/test-input.output.ref b/test-input.output.ref index f3e7abe..eaa27e5 100644 --- a/test-input.output.ref +++ b/test-input.output.ref @@ -100,3 +100,7 @@ static void StaticPic2(){ // ASCII85End }; +variable Dostuff(variable a = defaultValue){ + +}; +
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: