You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(Bar) #$ use=moduleImport("foo").getMember("B").getASubclass() MISSING: use=moduleImport("foo").getMember("A").getASubclass() The MISSING here is documenting correct behaviour
16
+
# On the next line, we wish to express that it is not possible for `Bar` to be a subclass of `A`.
17
+
# However, we have no "true negative" annotation, so we use the MISSING annotation instead.
18
+
# (Normally, "true negative" is not needed as all applicable annotations must be present,
19
+
# but for type tracking tests, this would be excessive.)
0 commit comments