Add TODO comment

This commit is contained in:
David Peter
2024-10-15 14:11:09 +02:00
parent edfaf896e4
commit b219c6fc2c

View File

@@ -475,7 +475,7 @@ impl<'db> Type<'db> {
| Type::Todo
| Type::Unbound
| Type::Module(..)
| Type::Instance(..)
| Type::Instance(..) // TODO some instance types can be singleton types (EllipsisType, NotImplementedType)
| Type::IntLiteral(..)
| Type::StringLiteral(..)
| Type::BytesLiteral(..)