1
0
Fork 0
godot/modules/gdscript/tests/scripts/parser-errors/nothing-after-dollar.gd

4 lines
67 B
GDScript

extends Node
func test():
var a = $ # Expected some node path.