mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-02-05 11:30:07 +08:00
This bug does not exist, the second argument should be {}of T, instead of {}as T
This commit is contained in:
1
TODO.md
1
TODO.md
@@ -16,7 +16,6 @@ https://zhuanlan.zhihu.com/p/39369370
|
||||
|
||||
- Collection literal `{a b c}` should react to the "receiving type" if the receiving type is a known collection type.
|
||||
- So that it is able to do `DealWithObservableList({1 2 3});`
|
||||
- `new(name: string, items: observe X^[]) { this.Name = name; this.Items = items; }` doesn't work for `items`.
|
||||
- `let X = Y in (F(X.a.b.c))` reports `X does not exist in the current scope` in binding property value
|
||||
- while `F((let X = Y.a.b).c)` works
|
||||
|
||||
|
||||
Reference in New Issue
Block a user