summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/extend_engine_singleton.gd
blob: a46b6d8658b2a9a7ed1d5461ca7b1fb2abeb49ec (plain)
1
2
3
4
5
6
# GH-82081

extends Time

func test():
	pass