zephir icon indicating copy to clipboard operation
zephir copied to clipboard

Improved Compilation Error Message: methods can't be placed above properties

Open dschissler opened this issue 6 years ago • 0 comments

Currently the compiler kaks out if you try to place a method declaration above a property. It will point to the semi-colon of the property line instead of explaining why it is confused.

dschissler avatar Oct 31 '18 14:10 dschissler