virtualx-engine/modules/gdscript/tests/scripts/analyzer/errors/extend_unknown.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
82 B
GDScript3
Raw Normal View History

class Foo:
pass
class Bar extends Foo.Baz:
pass
func test():
print('not ok')