Skip to content
New issue

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

Syntax issue remained for v2.beta.6 #116

Closed
aseiot opened this issue Jul 4, 2022 · 0 comments
Closed

Syntax issue remained for v2.beta.6 #116

aseiot opened this issue Jul 4, 2022 · 0 comments

Comments

@aseiot
Copy link

aseiot commented Jul 4, 2022

func1() => ()=>""					; invalid parameter definition

func2(){
	return ()=>""					; invalid parameter definition
}

class test
{
	func3(a,b?,c?){
		return this.func4(a, b?, c?)				; unexpected ,
	}

	func4(a,b?,c?){
	}
}
thqby added a commit that referenced this issue Jul 5, 2022
@aseiot aseiot closed this as completed Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant