mirror of
https://github.com/godotengine/godot.git
synced 2026-04-18 09:51:15 +00:00
6 lines
533 B
Text
6 lines
533 B
Text
GDTEST_ANALYZER_ERROR
|
|
>> ERROR at line 9: Cannot construct native class "Time" because it is an engine singleton.
|
|
>> ERROR at line 10: Native class "InstancePlaceholder" cannot be constructed as it is abstract.
|
|
>> ERROR at line 10: Name "new" is a Callable. You can call it with "new.call()" instead.
|
|
>> ERROR at line 11: Class "invalid_instantiation.gd::B" cannot be constructed as it is based on abstract native class "InstancePlaceholder".
|
|
>> ERROR at line 11: Name "new" is a Callable. You can call it with "new.call()" instead.
|