Skip to content

Give an error if a class extends two classes #14

Closed
@JukkaL

Description

This code is accepted, even though it should generate an error:

class A: pass
class B: pass
class C(A, B): pass

Metadata

Assignees

Labels

bugmypy got something wrong

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions