Merge pull request #67777 from aaronfranke/virtually-annotated
Add a keyword for abstract classes in GDScript
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
extends RefCounted
|
||||
|
||||
abstract abstract class A:
|
||||
pass
|
||||
|
||||
func test():
|
||||
pass
|
||||
@ -0,0 +1,2 @@
|
||||
GDTEST_PARSER_ERROR
|
||||
Expected "class_name", "extends", or "class" after "abstract".
|
||||
Reference in New Issue
Block a user