janramon
Results
1
comments of
janramon
(1) An error is emited even if the type parameter is bounded: ```python class A: pass def f[T:A]() -> None: y = list[T]() # Line 9: error ``` (2) I...