|
1 | 1 | // #Warnings |
2 | | -//<Expects status="Error" span="(6,9)">This value is not a function and cannot be applied. Did you intend to access the indexer via d.[index] instead?</Expects> |
3 | | -//<Expects status="Error" span="(8,9)"x x-first x-last">FS3217">This value is not a function and cannot be applied.$</Expects> |
4 | | -//<Expects status="Error" span="(12,9)">This value is not a function and cannot be applied. Did you intend to access the indexer via expr.[index] instead?"</Expects> |
| 2 | +//<Expects status="Error" span="(7,9)">This value is not a function and cannot be applied. Did you intend to access the indexer via d.[index] instead?</Expects> |
| 3 | +//<Expects status="Error" span="(9,9)"x x-first x-last">FS0003">This value is not a function and cannot be applied.$</Expects> |
| 4 | +//<Expects status="Error" span="(12,10)">This value is not a function and cannot be applied. Did you intend to access the indexer via expr.[index] instead?"</Expects> |
5 | 5 |
|
6 | 6 | letd=[1,1]|> dict |
7 | 7 | lety= d[1] |
|