godot/modules/gdscript/tests/scripts/parser/errors/wrong_value_after_dollar.gd

extends Node


func test():
	$23 # Can't use number here.