summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/errors/nothing_after_dollar.gd
blob: df388a21de357dd13c442d26c036d9b061b4533c (plain)
1
2
3
4
5
extends Node


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