Problem with class body syntax validation. Topic is solved

Report problems with documented functionality
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Problem with class body syntax validation.  Topic is solved

04 Aug 2018, 04:29

Edit: fixed :thumbup:
Issue example,

Code: Select all

class a{
	a()
}
Yields Error: Call to nonexistent function..
Error: Not a valid method, class or property definition. would be more appropriate. If the function exists, it is called (if the line is executed :crazy: ),

Code: Select all

class a{
	msgbox()
}
vs

Code: Select all

return
class a{
	msgbox()
}
First observed here.
Cheers.

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 25 guests