TODO.md
+2
-0
diff --git a/TODO.md b/TODO.md
index 1d50c08..274ea10 100644
@@ -1,3 +1,5 @@
# TODO
* `MembersCollector` will never visit local functions, and they will therefore never be marked as unreachable.
* Members overriding reachable or probably reachable members should get the same status.
* Implementations of "outside" members should only be marked as "probably reachable" if the implementing type (or a descendant type) is ever instantiated.