Skip to content

Commit

Permalink
delete duplicate Multiple test
Browse files Browse the repository at this point in the history
I thought I deleted this before
  • Loading branch information
ntBre committed Jan 22, 2025
1 parent f87a2a5 commit 14c1835
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ class MultipleBaseClasses(list, Generic[T]):
var: T


class Multiple(NotGeneric, Generic[T]):
pass


# These cases are not handled
class D(Generic[T, T]): # duplicate generic variable, runtime error
pass
Expand Down

0 comments on commit 14c1835

Please sign in to comment.