5 lines
181 B
GDScript
5 lines
181 B
GDScript
# 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' |