5 lines
181 B
GDScript3
5 lines
181 B
GDScript3
|
|
# Used to replicate issue #570 which caused a Godot Engine error:
|
||
|
|
# ERROR: Parameter "p_script->implicit_initializer" is null.
|
||
|
|
class_name ImplicitInitializerIssue
|
||
|
|
|
||
|
|
var foo = 'bar'
|