have the Instance token just be an alias for ReturnValue

This commit is contained in:
Erik Krogh Kristensen
2022-05-30 12:21:42 +02:00
parent f8281b43b1
commit e557d8839b
3 changed files with 2 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ sub = SubClass()
class Sub2Class (CommonTokens.Class):
pass
sub2 = Sub2Class()
sub2 = Sub2Class() # TODO: Currently not recognized as an instance of CommonTokens.Class
val = inst.foo()