summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors/extend_non_gdscript_nested.gd
blob: 54cf4d89ec45d8688fedca052375e0bc46d177ab (plain)
1
2
3
4
5
class Foo extends RefCounted.Bar:
	pass

func test():
	print('not ok')