added comment

pull/14/head
pca006132 2020-12-15 18:01:10 +08:00 committed by pca006132
parent 2484f772b3
commit c99fe43217
1 changed files with 2 additions and 1 deletions

View File

@ -133,5 +133,6 @@ def bar2(x: list[virtual[Base]]) -> int:
bar([Base(), Derived()])
```
Structural subtyping support is not determined yet.
Structural subtyping support is not determined yet. Attractive, but probably
harder and slower.