mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
9 lines
91 B
Plaintext
9 lines
91 B
Plaintext
[case testBasicCheck]
|
|
from typing import Any
|
|
|
|
class A:
|
|
pass
|
|
|
|
class B(A):
|
|
pass
|
|
[out] |