GDScript: Allow classes declaration to be done in single line

Incidentally, allow multiple statements in single line functions when
using semicolon as a terminator.
This commit is contained in:
George Marques 2021-09-21 14:13:23 -03:00
parent db028ac700
commit e5ebc9710d
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
6 changed files with 63 additions and 8 deletions

View file

@ -0,0 +1,3 @@
GDTEST_OK
Ok
Ok 2