mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
have the Instance token just be an alias for ReturnValue
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user